mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.34.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.34.0/nixpacks-v1.34.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9f39022bd56d1df446864b48924a628757222d4475499727d197617ef981a8cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.34.0/nixpacks-v1.34.0-i686-pc-windows-msvc.zip",
|
|
"hash": "e6171b6ccbdcab9c92b5b474a1278c437ab841b54e7114bba8833ef24ab20c47"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|