summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2022-03-07 12:47:50 +0000
committergithub-bot2022-03-07 12:47:50 +0000
commit20f4e2fd01c3419aaac7b7eb2137009204779c87 (patch)
treedfbd6fe2ae6ae12eb22fd81effbb6cd9384c406a
parente549c1c9ba376e786f5bde7d46504ec9174b01e4 (diff)
downloadaur-20f4e2fd01c3419aaac7b7eb2137009204779c87.tar.gz
Version 0.24.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b592bd07032f..9a48a8f501c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pack-cli-git
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.23.0+r55.g79a40b72
+ pkgver = 0.24.0+r4.g4a2bf3b9
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9158dc9b5b2e..d5b6af87eccb 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.23.0+r55.g79a40b72
+pkgver=0.24.0+r4.g4a2bf3b9
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.23.0 make build
+ PACK_VERSION=0.24.0 make build
}
package() {
export GOPATH="${srcdir}/go"