summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-05-26 19:14:36 +0000
committergithub-bot2021-05-26 19:14:36 +0000
commit552de21ba6d411d926f985422f2c5ad53f819ff3 (patch)
treee59ba2d5c109ab2303693cfc94a4719d27c3cc4f /PKGBUILD
parent3fa4d10beaf108f9b1d6546bfba8f47093cb2cfb (diff)
downloadaur-552de21ba6d411d926f985422f2c5ad53f819ff3.tar.gz
Version 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e0981adbb3d..f01695ea87ec 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.18.1+r76.geb72b8ab
+pkgver=0.19.0+r6.g360dbae8
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.18.1 make build
+ PACK_VERSION=0.19.0 make build
}
package() {
export GOPATH="${srcdir}/go"