Skip to content

Commit

Permalink
Merge pull request #59 from chewitt/https_80
Browse files Browse the repository at this point in the history
settings: use https for update checks
  • Loading branch information
MilhouseVH authored Mar 10, 2017
2 parents 5429575 + 24e4f19 commit 57a9fc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
################################################################################

ADDON_NAME=service.libreelec.settings
ADDON_VERSION=0.8.9
ADDON_VERSION=0.8.10
DISTRONAME:=LibreELEC

SHELL=/bin/bash
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-03-10 v0.8.10
(update) use https for update checks

2017-02-17 v0.8.9
(fix) restore bluetooth 'connect and trust' option

Expand Down
2 changes: 1 addition & 1 deletion src/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'ENABLED': True,
'KERNEL_CMD': '/proc/cmdline',
'SET_CLOCK_CMD': '/sbin/hwclock --systohc --utc',
'UPDATE_REQUEST_URL': 'http://update.libreelec.tv/updates.php',
'UPDATE_REQUEST_URL': 'https://update.libreelec.tv/updates.php',
'UPDATE_DOWNLOAD_URL': 'http://%s.libreelec.tv/%s',
'LOCAL_UPDATE_DIR': '/storage/.update/',
'GET_CPU_FLAG': "cat /proc/cpuinfo | grep -q 'flags.* lm ' && echo '1' || echo '0'",
Expand Down

0 comments on commit 57a9fc5

Please sign in to comment.