mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
22 lines
664 B
JSON
22 lines
664 B
JSON
{
|
|
"version": "0.33.0",
|
|
"description": "Buildpack CLI",
|
|
"homepage": "https://github.com/buildpacks/pack",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v0.33.0/pack-v0.33.0-windows.zip",
|
|
"hash": "fcc300596ea1922c89720bdcdfd868165bc8f683912b75fb582c2f7a1bb73805"
|
|
}
|
|
},
|
|
"bin": "pack.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|