From b24db2c3af97f4f4fcd6efda88bb4d506dae4c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 24 Feb 2019 11:31:41 +0100 Subject: [PATCH] innounp: Add autoupdate and bump to 0.48 (#3158) - Closes #3047 - Closes #3069 --- innounp.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/innounp.json b/innounp.json index 114ce795ea..069bcf9fd3 100644 --- a/innounp.json +++ b/innounp.json @@ -1,8 +1,16 @@ { + "version": "0.48", + "description": "Inno Setup Unpacker.", "homepage": "http://innounp.sourceforge.net", - "version": "0.47", - "url": "https://github.com/scoopinstaller/binary-mirror/raw/master/innounp/innounp047.rar", - "hash": "sha1:ba0cebf7e3003847d5ed5811620c54d7576146e7", + "license": "GPL-3.0-only", + "url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp048.rar", + "hash": "sha1:638a8ff3b87c40d12b43ca964e6777baca2176c8", "bin": "innounp.exe", - "checkver": "Version\\s+([\\d.]+)\\s*
" + "checkver": "Version\\s+([\\d\\.]+)\\s*
", + "autoupdate": { + "url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp$cleanVersion.rar", + "hash": { + "url": "$baseurl/innounp$cleanVersion.sha1" + } + } }