mirror of
https://github.com/ayasa520/redroid-script.git
synced 2026-02-24 16:35:08 +08:00
mindgapps A15 Link && houdini update. (#58)
* mindthegapps: Android-15 support * houdini:Switch A11-14 houdini to Google Play Games version. houdini version:14.0.0b_y.GoogleGame_com1.0 * houdini: update to 14.0.0_y.GoogleGame_com1.2 Old version seems not working.
This commit is contained in:
@@ -38,24 +38,20 @@ on property:sys.boot_completed=1
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/46682f423b8497db3f96222f2669d770eff764c3.zip",
|
||||
"cd4dd2891aa18e7699d33dcc3fe3ffd4"],
|
||||
"11.0.0": [
|
||||
"https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/81f2a51ef539a35aead396ab7fce2adf89f46e88.zip",
|
||||
"fbff756612b4144797fbc99eadcb6653"],
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/debc3dc91cf12b5c5b8a1c546a5b0b7bf7f838a8.zip",
|
||||
"cb7ffac26d47ec7c89df43818e126b47"],
|
||||
"12.0.0": [
|
||||
"https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/0e0164611d5fe5595229854759c30a9b5c1199a5.zip",
|
||||
"9709701b44b6ab7fc311c7dc95945bd0"],
|
||||
# 13.0.0 from wsa-13 not working
|
||||
# "13.0.0": [
|
||||
# "https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/5460519aa63a23201ba0f3d45cfc382b2e9b30a0.zip",
|
||||
# "08d8d8ed9c4b00eba3fa21ecd527eb87"],
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/debc3dc91cf12b5c5b8a1c546a5b0b7bf7f838a8.zip",
|
||||
"cb7ffac26d47ec7c89df43818e126b47"],
|
||||
"13.0.0": [
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/740353bf4391969902bc80ee2a9258db18481b45.zip",
|
||||
"d4824c0c00e8fa9611e1db5124ec61f9"],
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/debc3dc91cf12b5c5b8a1c546a5b0b7bf7f838a8.zip",
|
||||
"cb7ffac26d47ec7c89df43818e126b47"],
|
||||
"14.0.0": [
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/740353bf4391969902bc80ee2a9258db18481b45.zip",
|
||||
"d4824c0c00e8fa9611e1db5124ec61f9"]
|
||||
"https://github.com/rote66/vendor_intel_proprietary_houdini/archive/debc3dc91cf12b5c5b8a1c546a5b0b7bf7f838a8.zip",
|
||||
"cb7ffac26d47ec7c89df43818e126b47"]
|
||||
# "15.0.0": [
|
||||
# "https://github.com/rote66/vendor_intel_proprietary_houdini/archive/740353bf4391969902bc80ee2a9258db18481b45.zip",
|
||||
# "d4824c0c00e8fa9611e1db5124ec61f9"]
|
||||
# "https://github.com/rote66/vendor_intel_proprietary_houdini/archive/debc3dc91cf12b5c5b8a1c546a5b0b7bf7f838a8.zip",
|
||||
# "cb7ffac26d47ec7c89df43818e126b47"]
|
||||
}
|
||||
dl_file_name = os.path.join(download_loc, "libhoudini.zip")
|
||||
extract_to = "/tmp/houdiniunpack"
|
||||
|
||||
@@ -6,6 +6,20 @@ from tools.helper import get_download_dir, host, print_color, run, bcolors
|
||||
|
||||
class MindTheGapps(General):
|
||||
dl_links = {
|
||||
"15.0.0": {
|
||||
"x86_64": [
|
||||
"https://github.com/s1204IT/MindTheGappsBuilder/releases/download/20250330/MindTheGapps-15.0.0-x86_64-20250330.zip",
|
||||
"e54694828bd74e9066b2534a9675c31e",
|
||||
],
|
||||
"arm64": [
|
||||
"https://github.com/s1204IT/MindTheGappsBuilder/releases/download/20250330/MindTheGapps-15.0.0-arm64-20250330.zip",
|
||||
"79acb62f0f7c66b0f0bcadae5624f3d1",
|
||||
],
|
||||
"arm": [
|
||||
"https://github.com/s1204IT/MindTheGappsBuilder/releases/download/20250330/MindTheGapps-15.0.0-arm-20250330.zip",
|
||||
"4ced6a404a714e61831e16068c3642b3",
|
||||
],
|
||||
},
|
||||
"14.0.0": {
|
||||
"x86_64": [
|
||||
"https://github.com/s1204IT/MindTheGappsBuilder/releases/download/20240226/MindTheGapps-14.0.0-x86_64-20240226.zip",
|
||||
|
||||
Reference in New Issue
Block a user