From 4d95a12b24780f8778ddd4d72045557f2e521c27 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Fri, 1 Nov 2024 15:36:41 -0700 Subject: [PATCH] Update innounp.json --- bucket/innounp.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/bucket/innounp.json b/bucket/innounp.json index f500b8109c51b..21a963a659b86 100644 --- a/bucket/innounp.json +++ b/bucket/innounp.json @@ -1,16 +1,13 @@ { "version": "1.75", - "description": "Inno Setup Unpacker", - "homepage": "https://www.rathlev-home.de/index-e.html?tools/prog-e.html#unpack", - "license": "LGPL", + "description": "Inno Setup Unpacker (Unicode)", + "homepage": "https://www.rathlev-home.de/tools/prog-e.html#unpack", + "license": "GPL-3.0-only", "url": "https://www.rathlev-home.de/tools/download/innounp-1.zip", "hash": "4d7be8e6fadd4561d96158bbe4f45d4ca3439e258622ed97c161cb4f40ef49ab", "bin": "innounp.exe", - "checkver": { - "url": "https://www.rathlev-home.de/tools/prog-e.html#unpack", - "regex": "executable - version ([\\d.]+)" - }, + "checkver": "executable - version ([\\d.]+)", "autoupdate": { - "url": "https://www.rathlev-home.de/tools/download/innounp-$majorVersion.zip" + "url": "https://www.rathlev-home.de/tools/download/innounp-1.zip" } }