mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.28.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.28.0/nixpacks-v1.28.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7fe8e0d5dbeb4a909f11bcb72a1a51a7988875625da849b43b486a39cb562adf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.28.0/nixpacks-v1.28.0-i686-pc-windows-msvc.zip",
|
|
"hash": "9587b0e461a12446e770c8cd4801783d83aa1d8aefde906eebba21a1b2dd1f85"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|