isx: Add version 0.3.2 (#679)

This commit is contained in:
Issac Lin 2020-01-03 18:03:21 +08:00 committed by Hsiao-nan Cheung
parent 4d7abba6e8
commit 42412667b0

16
bucket/isx.json Normal file
View File

@ -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/(?<fileid>\\d+)/ISx-v([\\d.]+)-bin\\.zip"
},
"autoupdate": {
"url": "https://github.com/lifenjoiner/ISx/files/$matchFileid/ISx-v$version-bin.zip"
}
}