summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2020-06-15 13:58:12 +0000
committergithub-bot2020-06-15 13:58:12 +0000
commit2c593d8ff12a046f78f9ec74c51bd8bfee94cf42 (patch)
treef5318ad103aaf978ef594706b73cd0976c4a781f
parent97a06727f3ee8e2734bea74983de78a6e5121238 (diff)
downloadaur-2c593d8ff12a046f78f9ec74c51bd8bfee94cf42.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 ec407bef9dc5..a65f4054935c 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+r89.ga2d3b3b0
+ pkgver = 0.11.2+r86.g54f896c4
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8ba0af1c4294..999e4b7f6e2d 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+r89.ga2d3b3b0
+pkgver=0.11.2+r86.g54f896c4
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"