scoop-games/bucket/wowup.json

32 lines
1.0 KiB
JSON
Raw Normal View History

2020-11-23 08:33:11 -08:00
{
2021-05-18 17:30:24 -07:00
"version": "2.3.0",
2020-11-23 08:33:11 -08:00
"description": "World of Warcraft addon updater.",
"homepage": "https://wowup.io/",
"license": "GPL-3.0-or-later",
2021-05-18 17:30:24 -07:00
"url": "https://github.com/WowUp/WowUp/releases/download/v2.3.0/WowUp-Setup-2.3.0.exe#/dl.7z",
"hash": "sha512:0d891b0a96643c41625cdb10d8e29ed086ae7b638327d2686102de29bdf889441db336856365ce66584a766a38080474f95e22db36a7e200c16e667a36fd7ca8",
2020-11-23 08:33:11 -08:00
"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": {
2020-11-24 11:14:05 -08:00
"github": "https://github.com/WowUp/WowUp"
2020-11-23 08:33:11 -08:00
},
"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+(.*)"
}
}
}