diff --git a/bucket/isx.json b/bucket/isx.json index 2090ec72c0..c02f23ab82 100644 --- a/bucket/isx.json +++ b/bucket/isx.json @@ -1,16 +1,13 @@ { - "version": "0.3.2", + "version": "0.3.7", "description": "InstallShield installer extractor. Continuation of 'ISXUnpack'.", "homepage": "https://github.com/lifenjoiner/ISx", "license": "MIT", - "url": "https://github.com/lifenjoiner/ISx/files/1625792/ISx-v0.3.2-bin.zip", - "hash": "4969475fe1717dfba4e1b037e921cc01800596b83a7f0ada556b722b49305609", + "url": "https://github.com/lifenjoiner/ISx/releases/download/v0.3.7/ISx-v0.3.7-win32.7z", + "hash": "88724c8cfb2b0ff6de062be0152b44d2b363c120381d63e567e53e6c732c1477", "bin": "ISx.exe", - "checkver": { - "github": "https://github.com/lifenjoiner/ISx", - "regex": "files/(?\\d+)/ISx-v([\\d.]+)-bin\\.zip" - }, + "checkver": "github", "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" } }