mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.9.0",
|
|
"description": "Generate an OCI compliant image based off app source.",
|
|
"homepage": "https://github.com/railwayapp/nixpacks",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.9.0/nixpacks-v1.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "cf4111e8996838748a3db3d6d5d25e329e8c2fe0d0da7a7cb0c27cd0eb664388"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.9.0/nixpacks-v1.9.0-i686-pc-windows-msvc.zip",
|
|
"hash": "ac5db3f1d0404017576e07af37d84b2ac1394bba25e996a1b959e1af8205e546"
|
|
}
|
|
},
|
|
"bin": "nixpacks.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|