summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-12-06 19:09:21 +0000
committergithub-bot2022-12-06 19:09:21 +0000
commit7bb6d1d442a5e0174fe818b5ebf8077d9b26707f (patch)
tree43d88e47c60ade62699d26b55d0cb1176c7f4414 /PKGBUILD
parent91a8aeeaf2debf962381490edf02b6eb6c9e403e (diff)
downloadaur-7bb6d1d442a5e0174fe818b5ebf8077d9b26707f.tar.gz
Version 0.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc6822cb52a7..49bde16b9251 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.27.0
+pkgver=0.28.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.27.0.tar.gz")
-sha512sums=("565689fb59cfe63804d12300c1da04de71adcf360e0d8160efaeebe4b1e5566ba4edf62acacd316a993cdbf1fb7c7896ff2b9eed496867ce95546038397ef578")
+source=("https://github.com/buildpacks/pack/archive/v0.28.0.tar.gz")
+sha512sums=("88a8f090f5fba7ae871f48aa6be984ae48645cc77580eb780037471e31da62414208c66781a807e240730895574f3d4b5d8a4291aa4666409c6dc0a690199514")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"