ScoopInstaller_Main/bucket/nixpacks.json
2023-01-10 04:33:54 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.0.4",
"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.0.4/nixpacks-v1.0.4-x86_64-pc-windows-msvc.zip",
"hash": "0fdb5e2a504f592c0a085308a7329b7c38ada60e2dde787c0cc3d8f6d2d0f459",
"extract_dir": "nixpacks-v1.0.4-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.0.4/nixpacks-v1.0.4-i686-pc-windows-msvc.zip",
"hash": "ceaf94740043cb156d31d16104d350fcb46e9173b125956e5788946e06e0ca74",
"extract_dir": "nixpacks-v1.0.4-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"
}
}
}
}