scoop-games/bucket/weakauras-companion.json

32 lines
1.1 KiB
JSON
Raw Normal View History

2020-11-25 13:43:33 -08:00
{
"version": "3.3.2",
2020-11-25 13:43:33 -08:00
"description": "Updates WeakAuras installed from Wago.",
"homepage": "https://weakauras.wtf/",
"license": "GPL-2.0-or-later",
"url": "https://github.com/WeakAuras/WeakAuras-Companion/releases/download/v3.3.2/WeakAuras-Companion-Setup-3.3.2.exe#/dl.7z",
"hash": "sha512:0b97360126f2da44974660eaa0299b09ba5742935525f07bbb40baf029d99ea062d2cdb5d2cfa7b2ea90ae5be0ec62c88115b3735b5c50c5b25a79b24595918c",
2020-11-25 13:43:33 -08:00
"extract_dir": "$PLUGINSDIR",
"installer": {
"script": [
"Remove-Item \"$dir\\*\" -Exclude 'app-64.7z'",
"Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
]
},
"shortcuts": [
[
"WeakAuras Companion.exe",
"WeakAuras Companion"
]
],
"checkver": {
"github": "https://github.com/WeakAuras/WeakAuras-Companion"
},
"autoupdate": {
"url": "https://github.com/WeakAuras/WeakAuras-Companion/releases/download/v$version/WeakAuras-Companion-Setup-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"find": "sha512:\\s+(.*)"
}
}
}