summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2024-02-02 17:40:46 +0000
committergithub-bot2024-02-02 17:40:46 +0000
commitbdd7a5c6f9e56b1a5dbede008de7347c6a9f8692 (patch)
treebc03d8e82e71d8d6c056667378f8b7b965903931 /PKGBUILD
parentc19ca47b366192e11dca30020ed23906f6f7c3f8 (diff)
downloadaur-bdd7a5c6f9e56b1a5dbede008de7347c6a9f8692.tar.gz
Version 0.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09348b4c8021..162219311aa2 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.1
+pkgver=0.33.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.32.1.tar.gz")
-sha512sums=("ea7c03699d409816bd16cc6dc4e5f8506968987e0830c402025855693c247403200751c4d0ca332e955b053bcec47ff45b15092311b6b037b36ce8d688c6f1f1")
+source=("https://github.com/buildpacks/pack/archive/v0.33.0.tar.gz")
+sha512sums=("69a3fe55ab308821d692f7e3aaee38d9b0ed7495edc9d1d861531d5990536a7e0afd4b60705d0c460cc539d792cd07f0a729c284440727293748c4f453fdc751")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"