ScoopInstaller_Main/bucket/nixpacks.json
2022-11-04 00:36:36 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.12.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/v0.12.1/nixpacks-v0.12.1-x86_64-pc-windows-msvc.zip",
"hash": "edded2ca4853b15fea0642acb2bce521b03b742b12941e35545a6d99f45ed422",
"extract_dir": "nixpacks-v0.12.1-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.12.1/nixpacks-v0.12.1-i686-pc-windows-msvc.zip",
"hash": "8e90b1c4092b2a39abe909b8614de5febe8ba4993e5221285b0ee3c832079654",
"extract_dir": "nixpacks-v0.12.1-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"
}
}
}
}