From cb7a38a718571fb70a2e15621b3fcb006fff37dd Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 27 Nov 2021 09:22:11 -0600 Subject: [PATCH] sources: update to LE 10.0.1 (Kodi 19.3) Signed-off-by: Matt DeVillier --- sources.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources.sh b/sources.sh index 5fe4481..3ed262a 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -export script_date="[2021-11-15]" +export script_date="[2021-11-27]" #where the stuff is export util_source="https://www.mrchromebox.tech/files/util/" @@ -21,8 +21,8 @@ export chrx_url="https://chrx.org/go" #LE version export LE_version_base="LibreELEC-Generic.x86_64" -export LE_version_stable="9.2.6" -export LE_version_latest="9.97.1" +export LE_version_stable="10.0.1" +export LE_version_latest="10.0.1" #syslinux version export syslinux_version="syslinux-6.04-pre1"