wowup: Add version 2.0.0-rc.6

master
Richard Kuhnt 2020-11-23 17:33:11 +01:00
parent dc3a0ec18b
commit 6a39e45c9b
1 changed files with 32 additions and 0 deletions

32
bucket/wowup.json Normal file
View File

@ -0,0 +1,32 @@
{
"version": "2.0.0-rc.6",
"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.0.0-rc.6/WowUp-Setup-2.0.0-rc.6.exe#/dl.7z",
"hash": "sha512:e6f6b070955f75a9d1ef165bdb5a8ce14b50be47cb9354c0379a589661b6a13756e661d4d8d6830ba9a33814909135f6bf57c0b5b81d762d893ae9e7ec1ff866",
"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": {
"url": "https://github.com/WowUp/WowUp/releases",
"regex": "releases/download/v([\\w.-]+)/latest.yml"
},
"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+(.*)"
}
}
}