ScoopInstaller_Main/bucket/nixpacks.json
2023-05-03 00:32:41 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.7.0",
"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.7.0/nixpacks-v1.7.0-x86_64-pc-windows-msvc.zip",
"hash": "4dfa136c573340647d4e35368b319122d8b7ae7730aecbce1d78e8817340af80"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.7.0/nixpacks-v1.7.0-i686-pc-windows-msvc.zip",
"hash": "bf759a3b8b3e2b648514252ccbb6386587a0570a59326e8b8f185fe52ec4a0fd"
}
},
"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"
}
}
}