From 1d22eb340f594e80e1a85a56bab87e22ce9bad66 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Sat, 18 May 2019 23:04:54 +0800 Subject: [PATCH] innounp: Update to 0.49 (#71) --- bucket/innounp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/innounp.json b/bucket/innounp.json index ef1445b662..3a0e3eb263 100644 --- a/bucket/innounp.json +++ b/bucket/innounp.json @@ -1,16 +1,16 @@ { - "version": "0.48", + "version": "0.49", "description": "Inno Setup Unpacker.", "homepage": "http://innounp.sourceforge.net", "license": "GPL-3.0-only", - "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp048.rar", - "hash": "sha1:638a8ff3b87c40d12b43ca964e6777baca2176c8", + "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp049.rar", + "hash": "sha1:a3dfd3caf456c301265d9e115e6393059b3f0fad", "bin": "innounp.exe", "checkver": "Version\\s+([\\d\\.]+)\\s*
", "autoupdate": { "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp$cleanVersion.rar", "hash": { - "url": "$baseurl/innounp$cleanVersion.sha1" + "url": "$url.sha1" } } }