{ "version": "2.22.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.22.0/WowUp-Setup-2.22.0.exe#/dl.7z", "hash": "sha512:59b93a68cca8fd5727f76818bafa511bba238a8205d577a4712ef0e7ad6cd1eb56b007fa0bd22730487b5d763d817d4329f19d049e91baa3eabe5f52a9f5b832", "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+(.*)" } } }