summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-05-08 15:12:04 +0000
committergithub-bot2022-05-08 15:12:04 +0000
commit8087f4bf983dc171faa1ff0c99294b72e9ab45ad (patch)
tree49ddabb567f2b769c9bc233fc335a8da7057e02a /PKGBUILD
parent95020741e2ce5606a4c02658ecfbb28656241463 (diff)
downloadaur-8087f4bf983dc171faa1ff0c99294b72e9ab45ad.tar.gz
Version 0.26.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba7b4970e8ef..dd72ef98a241 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.1
+pkgver=0.26.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.24.1.tar.gz")
-sha512sums=("038ef06a5387278cbc0ee6d758f5b07fcdb0a739e32f8788fe6394ff98ec23cf35cdef39e58a705dca3302e36293c59d004687dbaabb474e5fc69a43c43ea5f1")
+source=("https://github.com/buildpacks/pack/archive/v0.26.0.tar.gz")
+sha512sums=("b291e8282162642163f70465943977a829e1ee47f27eb7027c929cda9ac2819f9401c72f315392ecaed10c18d9f7f4504446e9237585c7026c5dde1e746e9aec")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"