summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-02-10 18:29:43 +0000
committergithub-bot2022-02-10 18:29:43 +0000
commitaccb0fc38691cbf6682adfeeac3b12ce70af43cc (patch)
treed589868add64edd737ace5a85e00ede9b0cb0508 /PKGBUILD
parent782822679df004423b6b26171724e3720c591e81 (diff)
downloadaur-accb0fc38691cbf6682adfeeac3b12ce70af43cc.tar.gz
Version 0.24.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c02822cb9d7c..5fc706cf706c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# 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
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
url="https://buildpacks.io/"
license=('Apache')
makedepends=('go-pie')
-source=("https://github.com/buildpacks/pack/archive/v0.23.0.tar.gz")
-sha512sums=("71fe75470b30bfa5580a617b48d04131760ae8f08dbdcf6efc0766dcb2f608e0fddd9d15c3bb1622cb37c7c7e8b3c4fb85d67153d10b5b7c3088e16b4224b301")
+source=("https://github.com/buildpacks/pack/archive/v0.24.0.tar.gz")
+sha512sums=("df0f4fc41070f2d791d103de4a532e8f447b91db93034027d29c9ca14cb836e5ab69c11dc5e361a3137cd4dd429def72e99948e0dc017b92358189c3c8a84731")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"