mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
17 lines
587 B
JSON
17 lines
587 B
JSON
{
|
|
"version": "0.49",
|
|
"description": "Inno Setup Unpacker.",
|
|
"homepage": "http://innounp.sourceforge.net",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp049.rar",
|
|
"hash": "sha1:a3dfd3caf456c301265d9e115e6393059b3f0fad",
|
|
"bin": "innounp.exe",
|
|
"checkver": "Version\\s+([\\d\\.]+)\\s*<br>",
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp$cleanVersion.rar",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|