From 881f7f00d6a86af4f8e4947af5d587a144a1806c Mon Sep 17 00:00:00 2001 From: zzj2039 <98182517+zzj2039@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:10:32 +0800 Subject: [PATCH] Update LiteGapps URLs and checksums for version 14.0 (#66) Co-authored-by: ayasa520 <55699692+ayasa520@users.noreply.github.com> --- stuff/litegapps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stuff/litegapps.py b/stuff/litegapps.py index 70ad379..ee4ebf5 100644 --- a/stuff/litegapps.py +++ b/stuff/litegapps.py @@ -36,8 +36,8 @@ class LiteGapps(General): }, "14.0.0": { "x86_64": [ - "https://sourceforge.net/projects/litegapps/files/litegapps/x86_64/34/lite/v3.0/AUTO_LiteGapps_x86_64_14.0_v3.0_official.zip", - "51cbdb561f9c9162e4fdcbffe691c4bc", + "https://sourceforge.net/projects/litegapps/files/litegapps/x86_64/34/lite/2024-10-29/LiteGapps-x86_64-14.0-20241029-official.zip", + "c897c8fe8a37474ed386e1bd73a7995b", ], "x86": [ "https://sourceforge.net/projects/litegapps/files/litegapps/x86/35/lite/2024-10-27/LiteGapps-x86-15.0-20241027-official.zip", @@ -213,4 +213,4 @@ class LiteGapps(General): # extract extract_to/files/files.tar.xz file to extract_to/appunpack run( [ "tar", "-xvf", os.path.join(self.extract_to, "files", "files.tar.xz"), "-C", os.path.join(self.extract_to, "appunpack"), ]) base_version = self.version.replace("_64only", "").replace("__64only", "") - shutil.copytree( os.path.join( self.extract_to, "appunpack", self.arch[0], self.api_level_map[base_version], "system",), os.path.join(self.copy_dir, "system"), dirs_exist_ok=True,) \ No newline at end of file + shutil.copytree( os.path.join( self.extract_to, "appunpack", self.arch[0], self.api_level_map[base_version], "system",), os.path.join(self.copy_dir, "system"), dirs_exist_ok=True,)