mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.28.1",
|
|
"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.28.1/nixpacks-v1.28.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "acac1acd3a7c579215b3e431b2403c792bde5be4955eaf60908a50195827ed16"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.28.1/nixpacks-v1.28.1-i686-pc-windows-msvc.zip",
|
|
"hash": "bbc4c81a73bf6b2f93057e9db47053f9d4e6e81c21bf1a510540473b8d4d13f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|