mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
22 lines
664 B
JSON
22 lines
664 B
JSON
{
|
|
"version": "0.36.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.36.2/pack-v0.36.2-windows.zip",
|
|
"hash": "40144a088cf4c17f42cd05f4215d198b14fc8031a16a0e4e1d8d04c041986a53"
|
|
}
|
|
},
|
|
"bin": "pack.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|