summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2023-09-27 13:10:43 +0000
committergithub-bot2023-09-27 13:10:43 +0000
commit23b0fb4a037fac3d4ba288a83431ae20bf4bbb8f (patch)
tree3c309b8e299dcdc8093bdb70ee6803f1a60d66c9 /PKGBUILD
parent5e624f90e5028a2821e8f20b234fdd111076ea8a (diff)
downloadaur-23b0fb4a037fac3d4ba288a83431ae20bf4bbb8f.tar.gz
Version 0.31.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e0850520efa..288f99e3fdc2 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.29.0
+pkgver=0.31.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.29.0.tar.gz")
-sha512sums=("1f90915d96bfd010b323d9330b4cf020888b2f2a8c8bb94a80921bf7cc4f85e2e4bcaf3928f2b85839a8cac5940ace77a1a246131360dfa2f95cad156041a865")
+source=("https://github.com/buildpacks/pack/archive/v0.31.0.tar.gz")
+sha512sums=("151a479ee016eba6618f5f8487766cdf27a7876dfe42c0b0f6d2eec5951a2687bbd63549e3e4d341b78088f972700552bec796095966b43f9c59986f12cb51bc")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"