mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.17.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.17.0/nixpacks-v1.17.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ee10be49e7ef7807a49b4d34928a587adbf20ffc40ddc3ee6bb4fd4034ea06cc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.17.0/nixpacks-v1.17.0-i686-pc-windows-msvc.zip",
|
|
"hash": "cfef354f9e8740cf6b3a587e5ccaa2108566a03c0b5ca933af53aca992703505"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|