ScoopInstaller_Main/bucket/nixpacks.json
2022-06-29 12:33:07 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.1.6",
"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/v0.1.6/nixpacks-v0.1.6-x86_64-pc-windows-msvc.zip",
"hash": "284f5a5d2909d3e60fbce81305e0391989720c3aa1cb99e7e2a04e68075ae2fd",
"extract_dir": "nixpacks-v0.1.6-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.1.6/nixpacks-v0.1.6-i686-pc-windows-msvc.zip",
"hash": "34c7a464a5c0adc92dc154b4d71e78455e897f6e185601e9b0e387a36c4f9116",
"extract_dir": "nixpacks-v0.1.6-i686-pc-windows-msvc"
}
},
"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",
"extract_dir": "nixpacks-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "nixpacks-v$version-i686-pc-windows-msvc"
}
}
}
}