mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
22 lines
664 B
JSON
22 lines
664 B
JSON
{
|
|
"version": "0.24.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.24.1/pack-v0.24.1-windows.zip",
|
|
"hash": "2dc8c2d2f64f4543ab0adf74c1f61f646f643dd441d898c403b05e75eab3e8fa"
|
|
}
|
|
},
|
|
"bin": "pack.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|