scoop-games/bucket/wowup.json

32 lines
1.0 KiB
JSON

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