ScoopInstaller_Main/bucket/nixpacks.json
2022-12-16 00:34:12 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.16.3",
"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.16.3/nixpacks-v0.16.3-x86_64-pc-windows-msvc.zip",
"hash": "7a78f3784ad694b6ba6ef9f74fdd6b46da099917d875622cf90775432b98accc",
"extract_dir": "nixpacks-v0.16.3-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.16.3/nixpacks-v0.16.3-i686-pc-windows-msvc.zip",
"hash": "77f4cb5e85a4a0fa418fa53e9f767cc66c1d087bed9325c8263cf5acb9c4ee46",
"extract_dir": "nixpacks-v0.16.3-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"
}
}
}
}