From 9e5b891ed3660cad4acfbdf3c65e09d09130d136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 26 Dec 2020 19:26:18 +0100 Subject: [PATCH] innounp: Update to version 0.50 (#1712) --- bucket/innounp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } } }