summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-12-08 09:54:06 +0000
committergithub-bot2021-12-08 09:54:06 +0000
commit7cb5de2b5f7b4f2e0e6707c19ed3e7eefcf980c8 (patch)
tree794565feb4bee243618ea6f46ead832648bc8f67 /PKGBUILD
parent8ff17d92d397f3e3ba6eb014061f74cfc2d6def2 (diff)
downloadaur-7cb5de2b5f7b4f2e0e6707c19ed3e7eefcf980c8.tar.gz
Version 0.23.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20611eea289..2590cbf655c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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-git
-pkgver=0.20.0+r43.gb69e4d99
+pkgver=0.23.0+r4.g381f60f9
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
@@ -18,7 +18,7 @@ sha512sums=("SKIP")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/${pkgname}"
- PACK_VERSION=0.20.0 make build
+ PACK_VERSION=0.23.0 make build
}
package() {
export GOPATH="${srcdir}/go"