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