ScoopInstaller_Main/bucket/nixpacks.json
2024-12-05 08:30:39 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.30.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.30.0/nixpacks-v1.30.0-x86_64-pc-windows-msvc.zip",
"hash": "b833e423da98b9d7fd58bdf000d2b35dfc431edb8c368eb75fa8124922f29320"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.30.0/nixpacks-v1.30.0-i686-pc-windows-msvc.zip",
"hash": "68cd36bab168ab2ff9d800866d3f6f2792de569d8b361e857739d8fecd33a31a"
}
},
"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"
}
}
}