isx: Update to version 0.3.7 (#4520)

This commit is contained in:
Zarin 2023-03-08 00:29:00 -05:00 committed by GitHub
parent 2cd847474c
commit 288d4007dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,13 @@
{ {
"version": "0.3.2", "version": "0.3.7",
"description": "InstallShield installer extractor. Continuation of 'ISXUnpack'.", "description": "InstallShield installer extractor. Continuation of 'ISXUnpack'.",
"homepage": "https://github.com/lifenjoiner/ISx", "homepage": "https://github.com/lifenjoiner/ISx",
"license": "MIT", "license": "MIT",
"url": "https://github.com/lifenjoiner/ISx/files/1625792/ISx-v0.3.2-bin.zip", "url": "https://github.com/lifenjoiner/ISx/releases/download/v0.3.7/ISx-v0.3.7-win32.7z",
"hash": "4969475fe1717dfba4e1b037e921cc01800596b83a7f0ada556b722b49305609", "hash": "88724c8cfb2b0ff6de062be0152b44d2b363c120381d63e567e53e6c732c1477",
"bin": "ISx.exe", "bin": "ISx.exe",
"checkver": { "checkver": "github",
"github": "https://github.com/lifenjoiner/ISx",
"regex": "files/(?<fileid>\\d+)/ISx-v([\\d.]+)-bin\\.zip"
},
"autoupdate": { "autoupdate": {
"url": "https://github.com/lifenjoiner/ISx/files/$matchFileid/ISx-v$version-bin.zip" "url": "https://github.com/lifenjoiner/ISx/releases/download/v$version/ISx-v$version-win32.7z"
} }
} }