innounp: Update to 0.49 (#71)

This commit is contained in:
Hsiao-nan Cheung 2019-05-18 23:04:54 +08:00 committed by Richard Kuhnt
parent bf42f184b1
commit 1d22eb340f

View File

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