diff --git a/bucket/isx.json b/bucket/isx.json new file mode 100644 index 0000000000..96b64476e3 --- /dev/null +++ b/bucket/isx.json @@ -0,0 +1,16 @@ +{ + "version": "0.3.2", + "description": "InstallShield installer extractor", + "homepage": "https://github.com/lifenjoiner/ISx", + "license": "MIT", + "url": "https://github.com/lifenjoiner/ISx/files/1625792/ISx-v0.3.2-bin.zip", + "hash": "4969475fe1717dfba4e1b037e921cc01800596b83a7f0ada556b722b49305609", + "bin": "ISx.exe", + "checkver": { + "github": "https://github.com/lifenjoiner/ISx", + "regex": "files/(?\\d+)/ISx-v([\\d.]+)-bin\\.zip" + }, + "autoupdate": { + "url": "https://github.com/lifenjoiner/ISx/files/$matchFileid/ISx-v$version-bin.zip" + } +}