summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6aa62cc6958..8caa1ce3ccfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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-bin
-pkgver=0.32.1
+pkgver=0.33.0
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://buildpacks.io/"
license=('Apache')
provides=('pack-cli')
conflicts=('pack-cli')
-source=("https://github.com/buildpacks/pack/releases/download/v0.32.1/pack-v0.32.1-linux.tgz")
-sha512sums=("f2641fdb7d7ba2215aa545c0589edb1bcfffaa6acd118d91ef1cac471eddb37bd03e70a0e36a0d059d7d1a2b77a6e78dd6b8e29a6951de4be80a4c833f62e5ee")
+source=("https://github.com/buildpacks/pack/releases/download/v0.33.0/pack-v0.33.0-linux.tgz")
+sha512sums=("4f2ca103eaf22ead97d5605a5e2db536ababaafa668a461fac59fcb2144b3e314d0fb2c0a1380d29df607bf5dcc3374918aa741fd9fb6292b30ccd65463a0ae4")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file