ScoopInstaller_Main/bucket/nixpacks.json
2023-07-08 00:34:05 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.10.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.10.0/nixpacks-v1.10.0-x86_64-pc-windows-msvc.zip",
"hash": "909709ed3493488d3f3e4e71d90a1a19cef8806dd34b6a063626c2ab0c9872c3"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.10.0/nixpacks-v1.10.0-i686-pc-windows-msvc.zip",
"hash": "6f1959a4c2582c200b5456bb03ffefc50049ea8f2718882815ea5e64f9caa753"
}
},
"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"
}
}
}