Update LiteGapps URLs and checksums for version 14.0 (#66)

Co-authored-by: ayasa520 <55699692+ayasa520@users.noreply.github.com>
This commit is contained in:
zzj2039
2026-01-31 23:10:32 +08:00
committed by GitHub
parent e7da0097c6
commit 881f7f00d6

View File

@@ -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,)
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,)