summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2020-06-08 20:56:16 +0000
committergithub-bot2020-06-08 20:56:16 +0000
commitb383f75ef4ca0b7efa40abc925fc43fd233dd478 (patch)
treed060a78e02a678b4d70926617f87144da8796abf
parent631a9f64b4feb16d9743bc61679c958b19102dbc (diff)
downloadaur-b383f75ef4ca0b7efa40abc925fc43fd233dd478.tar.gz
Version 0.11.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c2bafc64f31..7083b592255c 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.0+r73.g0684bd7a
+ pkgver = 0.11.1+r71.g85f88287
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2c970d891335..fb21c57f23a2 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.0+r73.g0684bd7a
+pkgver=0.11.1+r71.g85f88287
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.0 make build
+ PACK_VERSION=0.11.1 make build
}
package() {
export GOPATH="${srcdir}/go"