summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-06-22 22:22:41 +0000
committergithub-bot2022-06-22 22:22:41 +0000
commit91a8aeeaf2debf962381490edf02b6eb6c9e403e (patch)
treeabd3e2d7c82c1466b937f476a447d1a609aafbcd /PKGBUILD
parent8087f4bf983dc171faa1ff0c99294b72e9ab45ad (diff)
downloadaur-91a8aeeaf2debf962381490edf02b6eb6c9e403e.tar.gz
Version 0.27.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd72ef98a241..dc6822cb52a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michael William Le Nguyen <michael at mail dot ttp dot codes>
# Maintainer: Buildpacks Maintainers <cncf-buildpacks-maintainers at lists dot cncf dot io>
pkgname=pack-cli
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
url="https://buildpacks.io/"
license=('Apache')
makedepends=('go-pie')
-source=("https://github.com/buildpacks/pack/archive/v0.26.0.tar.gz")
-sha512sums=("b291e8282162642163f70465943977a829e1ee47f27eb7027c929cda9ac2819f9401c72f315392ecaed10c18d9f7f4504446e9237585c7026c5dde1e746e9aec")
+source=("https://github.com/buildpacks/pack/archive/v0.27.0.tar.gz")
+sha512sums=("565689fb59cfe63804d12300c1da04de71adcf360e0d8160efaeebe4b1e5566ba4edf62acacd316a993cdbf1fb7c7896ff2b9eed496867ce95546038397ef578")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"