From ca0aa613648e4a0e87b4e7b0658fa63364b4e8bf Mon Sep 17 00:00:00 2001 From: Daviteusz Date: Fri, 1 Nov 2024 23:42:11 +0100 Subject: [PATCH] innounp: Switch to maintained fork (#6261) * innounp@0.50: switch to maintained fork and update to 1.73 * Update innounp.json * Update innounp.json --------- Co-authored-by: HUMORCE --- bucket/innounp.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/bucket/innounp.json b/bucket/innounp.json index 47469f5f5c..21a963a659 100644 --- a/bucket/innounp.json +++ b/bucket/innounp.json @@ -1,15 +1,13 @@ { - "version": "0.50", - "description": "Inno Setup Unpacker", - "homepage": "https://innounp.sourceforge.net", + "version": "1.75", + "description": "Inno Setup Unpacker (Unicode)", + "homepage": "https://www.rathlev-home.de/tools/prog-e.html#unpack", "license": "GPL-3.0-only", - "url": "https://downloads.sourceforge.net/project/innounp/innounp/innounp%200.50/innounp050.rar", - "hash": "sha1:6300e083d3560bc5d3eb4eb771c6aa57c6691d9b", + "url": "https://www.rathlev-home.de/tools/download/innounp-1.zip", + "hash": "4d7be8e6fadd4561d96158bbe4f45d4ca3439e258622ed97c161cb4f40ef49ab", "bin": "innounp.exe", - "checkver": { - "sourceforge": "innounp/innounp" - }, + "checkver": "executable - version ([\\d.]+)", "autoupdate": { - "url": "https://downloads.sourceforge.net/project/innounp/innounp/innounp%20$version/innounp$cleanVersion.rar" + "url": "https://www.rathlev-home.de/tools/download/innounp-1.zip" } }