File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525# ###############################################################################
2626
2727ADDON_NAME =service.libreelec.settings
28- ADDON_VERSION =0.8.9
28+ ADDON_VERSION =0.8.10
2929DISTRONAME: =LibreELEC
3030
3131SHELL =/bin/bash
Original file line number Diff line number Diff line change 1+ 2017-03-10 v0.8.10
2+ (update) use https for update checks
3+
142017-02-17 v0.8.9
25 (fix) restore bluetooth 'connect and trust' option
36
Original file line number Diff line number Diff line change 8181 'ENABLED' : True ,
8282 'KERNEL_CMD' : '/proc/cmdline' ,
8383 'SET_CLOCK_CMD' : '/sbin/hwclock --systohc --utc' ,
84- 'UPDATE_REQUEST_URL' : 'http ://update.libreelec.tv/updates.php' ,
84+ 'UPDATE_REQUEST_URL' : 'https ://update.libreelec.tv/updates.php' ,
8585 'UPDATE_DOWNLOAD_URL' : 'http://%s.libreelec.tv/%s' ,
8686 'LOCAL_UPDATE_DIR' : '/storage/.update/' ,
8787 'GET_CPU_FLAG' : "cat /proc/cpuinfo | grep -q 'flags.* lm ' && echo '1' || echo '0'" ,
You can’t perform that action at this time.
0 commit comments