pack: Add version 0.13.1 (#1402)

This commit is contained in:
Marcin Kłopotek 2020-09-24 05:26:16 +02:00 committed by GitHub
parent b407a525bd
commit bba27d194a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
bucket/pack.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "0.13.1",
"description": "Buildpack CLI",
"homepage": "https://github.com/buildpacks/pack",
"license": "Apache-2.0",
"url": "https://github.com/buildpacks/pack/releases/download/v0.13.1/pack-v0.13.1-windows.zip",
"hash": "3db9ca2a64ab26761a0e746c15d0f2585467ab197866ddc90bfdb237a0797174",
"bin": "pack.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/buildpacks/pack/releases/download/v$version/pack-v$version-windows.zip"
}
}