Correct urls in update.cgi

This commit is contained in:
Jan Schneider 2017-03-26 22:20:12 +02:00
parent ed41abea1a
commit b316002554
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set version_url "https://github.com/j-a-n/raspberrymatic-addon-hue/raw/master/VERSION"
set package_url "https://github.com/j-a-n/raspberrymatic-addon-hue/raw/master/rmupdate.tar.gz"
set version_url "https://github.com/j-a-n/raspberrymatic-addon-rmupdate/raw/master/VERSION"
set package_url "https://github.com/j-a-n/raspberrymatic-addon-rmupdate/raw/master/rmupdate.tar.gz"
set cmd ""
if {[info exists env(QUERY_STRING)]} {