mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
20 lines
794 B
JSON
20 lines
794 B
JSON
{
|
|
"homepage": "https://constexpr.org/innoextract/",
|
|
"version": "1.8",
|
|
"description": "A tool to unpack installers created by Inno Setup",
|
|
"license": "Zlib",
|
|
"url": "https://constexpr.org/innoextract/files/innoextract-1.8/innoextract-1.8-windows.zip",
|
|
"hash": "sha512:efb64a3528e4ae4dcda3369d8c94b33c2cba2d029f4c3f41e24a6b5108f251d81314a03d4eb8798080945deea5b7834c13d5243bae00fe010c40fe366930e730",
|
|
"bin": "innoextract.exe",
|
|
"checkver": {
|
|
"url": "https://constexpr.org/innoextract/files/?C=M&O=D",
|
|
"regex": "innoextract-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://constexpr.org/innoextract/files/innoextract-$version/innoextract-$version-windows.zip",
|
|
"hash": {
|
|
"url": "$baseurl/SHA512SUMS"
|
|
}
|
|
}
|
|
}
|