mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
17 lines
610 B
JSON
17 lines
610 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|