2024-02-15 00:32:35 +00:00

22 lines
664 B
JSON

{
"version": "0.33.2",
"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.2/pack-v0.33.2-windows.zip",
"hash": "17bb90f90f02a2348e0e99124d9f6e29f506e92050f18d4101ea2e6375a88a27"
}
},
"bin": "pack.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
}
}
}
}