summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2024-02-07 16:51:09 +0000
committergithub-bot2024-02-07 16:51:09 +0000
commitdc2c97fa065e2398c392b8a00b25c31210489d77 (patch)
tree58ccae8b119247b17b2dccb8f7e3002bb7967bbf /PKGBUILD
parentbdd7a5c6f9e56b1a5dbede008de7347c6a9f8692 (diff)
downloadaur-dc2c97fa065e2398c392b8a00b25c31210489d77.tar.gz
Version 0.33.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 162219311aa2..fed7ddd0df4e 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.33.0
+pkgver=0.33.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.33.0.tar.gz")
-sha512sums=("69a3fe55ab308821d692f7e3aaee38d9b0ed7495edc9d1d861531d5990536a7e0afd4b60705d0c460cc539d792cd07f0a729c284440727293748c4f453fdc751")
+source=("https://github.com/buildpacks/pack/archive/v0.33.1.tar.gz")
+sha512sums=("efabe4e449da9b7f8e7217366c99ab517bc1cd797dbaabf15a114b5f26e90ce0073c1bba33bfe94a3bb46c3cfec6d022e9e0eb6ba40bcfdf6b29899917f00005")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"