scoop-games/bucket/wowup.json

32 lines
1.0 KiB
JSON

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