master
beyondmeat 2022-03-08 00:00:55 -07:00 committed by Hugo Locurcio
parent 29ca227236
commit 9630daacb4
2 changed files with 18 additions and 12 deletions

View File

@ -55,8 +55,10 @@
"notes",
"depends",
"suggest",
"identifier",
"url",
"hash",
"architecture",
"extract_dir",
"extract_to",
"pre_install",
@ -84,8 +86,10 @@
"notes",
"depends",
"suggest",
"identifier",
"url",
"hash",
"architecture",
"extract_dir",
"extract_to",
"pre_install",

View File

@ -3,8 +3,20 @@
"description": "A fast, accurate, and portable GBA emulator (development version)",
"homepage": "https://mgba.io/",
"license": {
"url": "https://github.com/mgba-emu/mgba/blob/master/LICENSE",
"identifier": "MPL-2.0"
"identifier": "MPL-2.0",
"url": "https://github.com/mgba-emu/mgba/blob/master/LICENSE"
},
"architecture": {
"32bit": {
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2022-03-08-win32-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38.7z",
"hash": "aa695fcfc1d6d1e68e90e588b75ef998f37cf9706f4525ad06845d9919fdffa8",
"extract_dir": "mGBA-build-2022-03-08-win32-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38"
},
"64bit": {
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2022-03-08-win64-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38.7z",
"hash": "fc07e1615a65956f0b73e79b5b62265eac2f67e3f4afd2a213a6b32f7e2b740f",
"extract_dir": "mGBA-build-2022-03-08-win64-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\qt.ini\")) {",
@ -57,15 +69,5 @@
"extract_dir": "mGBA-build-$matchYear-$matchMonth-$matchDay-win64-$matchVer-$matchGit"
}
}
},
"architecture": {
"32bit": {
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2022-03-08-win32-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38.7z",
"hash": "aa695fcfc1d6d1e68e90e588b75ef998f37cf9706f4525ad06845d9919fdffa8"
},
"64bit": {
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2022-03-08-win64-7296-54bccfd2cdd128fc35cc73fcd5aab8f4c0334b38.7z",
"hash": "fc07e1615a65956f0b73e79b5b62265eac2f67e3f4afd2a213a6b32f7e2b740f"
}
}
}