ScoopInstaller_Main/bucket/nixpacks.json
2023-03-15 20:28:14 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.5.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/v1.5.1/nixpacks-v1.5.1-x86_64-pc-windows-msvc.zip",
"hash": "7baaa99725184ae46be484f7247b144ce4ec2327746726f14f8176e06c410784"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.5.1/nixpacks-v1.5.1-i686-pc-windows-msvc.zip",
"hash": "522456ea74f13f8e553870db8bedeede55f7b0221e5b7408bc32bee3f7e14180"
}
},
"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"
}
}
}