summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2024-02-14 23:51:05 +0000
committergithub-bot2024-02-14 23:51:05 +0000
commit353e366e0c6dccf563c8efd78fbdf2815236c9c0 (patch)
tree02b1788fed11080445aeb4afd3da4524e0fbb923
parentdc2c97fa065e2398c392b8a00b25c31210489d77 (diff)
downloadaur-353e366e0c6dccf563c8efd78fbdf2815236c9c0.tar.gz
Version 0.33.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be097a84bc9..485ffaacf153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pack-cli
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.33.1
+ pkgver = 0.33.2
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
license = Apache
makedepends = go-pie
- source = https://github.com/buildpacks/pack/archive/v0.33.1.tar.gz
- sha512sums = efabe4e449da9b7f8e7217366c99ab517bc1cd797dbaabf15a114b5f26e90ce0073c1bba33bfe94a3bb46c3cfec6d022e9e0eb6ba40bcfdf6b29899917f00005
+ source = https://github.com/buildpacks/pack/archive/v0.33.2.tar.gz
+ sha512sums = 3334334f16de66f7f44694f2b02fe213cea3d6100f3d414811fd3052207d7d88a22c2a9229cb640586cbf8775bf0c140d8c6fdcd8f06e28c759fd873dbf257f1
pkgname = pack-cli
diff --git a/PKGBUILD b/PKGBUILD
index fed7ddd0df4e..d0a427c09986 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.1
+pkgver=0.33.2
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.1.tar.gz")
-sha512sums=("efabe4e449da9b7f8e7217366c99ab517bc1cd797dbaabf15a114b5f26e90ce0073c1bba33bfe94a3bb46c3cfec6d022e9e0eb6ba40bcfdf6b29899917f00005")
+source=("https://github.com/buildpacks/pack/archive/v0.33.2.tar.gz")
+sha512sums=("3334334f16de66f7f44694f2b02fe213cea3d6100f3d414811fd3052207d7d88a22c2a9229cb640586cbf8775bf0c140d8c6fdcd8f06e28c759fd873dbf257f1")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"