scoop-games/bucket/wowup.json

32 lines
1.0 KiB
JSON

{
"version": "2.4.5",
"description": "World of Warcraft addon updater.",
"homepage": "https://wowup.io/",
"license": "GPL-3.0-or-later",
"url": "https://github.com/WowUp/WowUp/releases/download/v2.4.5/WowUp-Setup-2.4.5.exe#/dl.7z",
"hash": "sha512:6fa37ad68f38d818d444f2a7498e11aa4df0ee451765e073c97e293a89a873d68dc8da1c686977861f3da752f2e249b5453223d212367e8c004cb52ca59df22d",
"extract_dir": "$PLUGINSDIR",
"installer": {
"script": [
"Remove-Item \"$dir\\*\" -Exclude 'app-64.7z'",
"Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
]
},
"shortcuts": [
[
"WowUp.exe",
"WowUp"
]
],
"checkver": {
"github": "https://github.com/WowUp/WowUp"
},
"autoupdate": {
"url": "https://github.com/WowUp/WowUp/releases/download/v$version/WowUp-Setup-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"find": "sha512:\\s+(.*)"
}
}
}