mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
22 lines
664 B
JSON
22 lines
664 B
JSON
{
|
|
"version": "0.15.1",
|
|
"description": "Buildpack CLI",
|
|
"homepage": "https://github.com/buildpacks/pack",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v0.15.1/pack-v0.15.1-windows.zip",
|
|
"hash": "cb051269f5874dae191e0b30aa612811c037270b735cf1147ce15bb643c3b91c"
|
|
}
|
|
},
|
|
"bin": "pack.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|