diff --git a/bucket/innounp.json b/bucket/innounp.json index 3a0e3eb263..9dead79310 100644 --- a/bucket/innounp.json +++ b/bucket/innounp.json @@ -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*
", + "checkver": "Version\\s+([\\d.]+)\\s*
", "autoupdate": { "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp$cleanVersion.rar", "hash": { - "url": "$url.sha1" + "url": "$url.sha512" } } }