summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-04-02 18:24:18 +0000
committergithub-bot2022-04-02 18:24:18 +0000
commit95020741e2ce5606a4c02658ecfbb28656241463 (patch)
tree1342aefdc2659291ab11ea932a06451508dc4631 /PKGBUILD
parentaccb0fc38691cbf6682adfeeac3b12ce70af43cc (diff)
downloadaur-95020741e2ce5606a4c02658ecfbb28656241463.tar.gz
Version 0.24.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fc706cf706c..ba7b4970e8ef 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.24.0
+pkgver=0.24.1
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.24.0.tar.gz")
-sha512sums=("df0f4fc41070f2d791d103de4a532e8f447b91db93034027d29c9ca14cb836e5ab69c11dc5e361a3137cd4dd429def72e99948e0dc017b92358189c3c8a84731")
+source=("https://github.com/buildpacks/pack/archive/v0.24.1.tar.gz")
+sha512sums=("038ef06a5387278cbc0ee6d758f5b07fcdb0a739e32f8788fe6394ff98ec23cf35cdef39e58a705dca3302e36293c59d004687dbaabb474e5fc69a43c43ea5f1")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"