ScoopInstaller_Main/bucket/nixpacks.json
2024-05-30 00:33:56 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.24.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.24.1/nixpacks-v1.24.1-x86_64-pc-windows-msvc.zip",
"hash": "ac91f7dbc7efb54ed655635254c97362370839bf8c68053611d8335f99bc5719"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.24.1/nixpacks-v1.24.1-i686-pc-windows-msvc.zip",
"hash": "185ff6614c11ee1a564429b2d1bd7de5944112d2f23b6337e12e691dad135055"
}
},
"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"
}
}
}