From 145a8b14428f970d4be8a53dfa9d1f8e37fad4f5 Mon Sep 17 00:00:00 2001 From: Daviteusz Date: Sat, 19 Oct 2024 15:55:14 +0200 Subject: [PATCH] innounp@0.50: switch to maintained fork and update to 1.73 --- bucket/innounp.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/bucket/innounp.json b/bucket/innounp.json index 47469f5f5cec2..49c165cce629b 100644 --- a/bucket/innounp.json +++ b/bucket/innounp.json @@ -1,15 +1,16 @@ { - "version": "0.50", + "version": "1.73", + "url": "https://www.rathlev-home.de/tools/download/innounp-1.zip", + "bin": ["innounp.exe"], + "license": "LGPL", "description": "Inno Setup Unpacker", - "homepage": "https://innounp.sourceforge.net", - "license": "GPL-3.0-only", - "url": "https://downloads.sourceforge.net/project/innounp/innounp/innounp%200.50/innounp050.rar", - "hash": "sha1:6300e083d3560bc5d3eb4eb771c6aa57c6691d9b", - "bin": "innounp.exe", + "homepage": "https://www.rathlev-home.de/index-e.html?tools/prog-e.html#unpack", + "hash": "sha256:db670ce576bb89467358b6104be528a006b2e850a215703aadc485592cfc96ad", "checkver": { - "sourceforge": "innounp/innounp" + "url": "https://www.rathlev-home.de/tools/prog-e.html#unpack", + "regex": "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-$majorVersion.zip" } }