summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-09-15 14:43:17 +0000
committergithub-bot2021-09-15 14:43:17 +0000
commit6c6d5de2cf6d14443488b017266891d2f0a5e66e (patch)
tree41f40bfe7bebfb548602b55d32a3708505f8b605 /PKGBUILD
parent018ee1e0466e14b6c2d5707b75f84c2693f6c902 (diff)
downloadaur-6c6d5de2cf6d14443488b017266891d2f0a5e66e.tar.gz
Version 0.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 060a8a9d6551..cd11a0fb67de 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.20.0
+pkgver=0.21.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.20.0.tar.gz")
-sha512sums=("2b11761536c22f6a642bb953a11e0d8c2816ad55d5fbeaa76c9e4e66e71a26d9fe1b6a571c9f6c72019f944ef3288984a8ad38f08dedd989d2b46b172efa073b")
+source=("https://github.com/buildpacks/pack/archive/v0.21.0.tar.gz")
+sha512sums=("2445545fccf4646e8601842b2e8065d3732a2e1a4c440c40e3eb6754936a2dfc2d796b559ce4359e33aa5f97ec68b1e4e73adb48e1ac06fc79d687d83f8d6784")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"