scoop-games/bucket/wowup.json

32 lines
1.0 KiB
JSON

{
"version": "2.2.0",
"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.2.0/WowUp-Setup-2.2.0.exe#/dl.7z",
"hash": "sha512:a528f3565b445d5a1e24a91b8904872cfbe219f52479e7ceaad499fd4a6a39be0e16896d13c3f491a1db20bfeeb0eab67be8f37422b67cb021a05a7904a408c1",
"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+(.*)"
}
}
}