innounp: Update to version 0.50 (#1712)

This commit is contained in:
Jakub Čábera 2020-12-26 19:26:18 +01:00 committed by GitHub
parent bcc10e691b
commit 9e5b891ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{
"version": "0.49",
"description": "Inno Setup Unpacker.",
"version": "0.50",
"description": "Inno Setup Unpacker",
"homepage": "http://innounp.sourceforge.net",
"license": "GPL-3.0-only",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp049.rar",
"hash": "sha1:a3dfd3caf456c301265d9e115e6393059b3f0fad",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp050.rar",
"hash": "sha512:dbbc809308267a866db9d6b751fdeda6d179e1a65d8ddb14bb51984431ae91493f9a76105e1789b245732043a2c696c869ed10964b48cf59f81e55bd52f85330",
"bin": "innounp.exe",
"checkver": "Version\\s+([\\d\\.]+)\\s*<br>",
"checkver": "Version\\s+([\\d.]+)\\s*<br>",
"autoupdate": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp$cleanVersion.rar",
"hash": {
"url": "$url.sha1"
"url": "$url.sha512"
}
}
}