summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2023-11-14 20:22:46 +0000
committergithub-bot2023-11-14 20:22:46 +0000
commitc19ca47b366192e11dca30020ed23906f6f7c3f8 (patch)
tree9d545a14fe47707fd346b748d8478b88028654fc /PKGBUILD
parentd311360f4b00ff03fda6b18e61a662b9587bd702 (diff)
downloadaur-c19ca47b366192e11dca30020ed23906f6f7c3f8.tar.gz
Version 0.32.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ae99522a779..09348b4c8021 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.32.0
+pkgver=0.32.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.32.0.tar.gz")
-sha512sums=("200f62ec0ac9567ed36e2ca70ac227795e419283c6252075e20cc5372ac65e65ef2292893799bf9ba314dffb82b948af8c5227aa84fbcdf140990585775e1689")
+source=("https://github.com/buildpacks/pack/archive/v0.32.1.tar.gz")
+sha512sums=("ea7c03699d409816bd16cc6dc4e5f8506968987e0830c402025855693c247403200751c4d0ca332e955b053bcec47ff45b15092311b6b037b36ce8d688c6f1f1")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"