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