Fix autoupdate, bump to latest version

master
BlackPowerade 2019-12-25 02:39:53 -05:00 committed by Hugo Locurcio
parent f505bd5863
commit d5f772175f
1 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@
"homepage": "https://dolphin-emu.org/", "homepage": "https://dolphin-emu.org/",
"description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)", "description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"version": "5.0-11394", "version": "5.0-11401",
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-11394-x64.7z", "url": "https://dl.dolphin-emu.org/builds/34/ca/dolphin-master-5.0-11401-x64.7z",
"hash": "2b95d7a9f3aa9a000acac019f8667150a35caafd38c8131d0cba5d819d733300", "hash": "66038ffdff21faa0fafc0102af199f110140183c28b3dd70edfb5918be18ee80",
"extract_dir": "Dolphin-x64", "extract_dir": "Dolphin-x64",
"bin": "Dolphin.exe", "bin": "Dolphin.exe",
"shortcuts": [ "shortcuts": [
@ -17,11 +17,11 @@
"post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"", "post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"",
"checkver": { "checkver": {
"url": "https://dolphin-emu.org/download/", "url": "https://dolphin-emu.org/download/",
"regex": "5.0-(?<build>[\\d]+)", "regex": "\\/(?<rand1>.{2})\\/(?<rand2>.{2})\\/dolphin-master-5.0-(?<build>[\\d]+)",
"replace": "5.0-${build}" "replace": "5.0-${build}"
}, },
"autoupdate": { "autoupdate": {
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-$matchBuild-x64.7z", "url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-5.0-$matchBuild-x64.7z",
"hash": { "hash": {
"mode": "download" "mode": "download"
} }