summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2020-06-18 14:58:43 +0000
committergithub-bot2020-06-18 14:58:43 +0000
commit9616b9c049904c4d4479275c502a181db478125e (patch)
tree2c545cf5806828a622a715d56a461b4dd9046747
parent3000bb5445a19c70e7c8e09abac33cec66897dc8 (diff)
downloadaur-9616b9c049904c4d4479275c502a181db478125e.tar.gz
Version 0.11.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f673ccb5a4f..5bcf072b6def 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pack-cli-git
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.11.1+r91.gdabd4e6c
+ pkgver = 0.11.2+r102.gbbe5aca0
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e99a228b0fcf..0661051d8bbb 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.11.1+r91.gdabd4e6c
+pkgver=0.11.2+r102.gbbe5aca0
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.11.1 make build
+ PACK_VERSION=0.11.2 make build
}
package() {
export GOPATH="${srcdir}/go"