summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2023-11-07 20:55:45 +0000
committergithub-bot2023-11-07 20:55:45 +0000
commitd311360f4b00ff03fda6b18e61a662b9587bd702 (patch)
tree4b133165801ea26018d6770bc15072572e8977f2
parent23b0fb4a037fac3d4ba288a83431ae20bf4bbb8f (diff)
downloadaur-d311360f4b00ff03fda6b18e61a662b9587bd702.tar.gz
Version 0.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ce1b55e903..5b3604c34f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pack-cli
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.31.0
+ pkgver = 0.32.0
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
license = Apache
makedepends = go-pie
- source = https://github.com/buildpacks/pack/archive/v0.31.0.tar.gz
- sha512sums = 151a479ee016eba6618f5f8487766cdf27a7876dfe42c0b0f6d2eec5951a2687bbd63549e3e4d341b78088f972700552bec796095966b43f9c59986f12cb51bc
+ source = https://github.com/buildpacks/pack/archive/v0.32.0.tar.gz
+ sha512sums = 200f62ec0ac9567ed36e2ca70ac227795e419283c6252075e20cc5372ac65e65ef2292893799bf9ba314dffb82b948af8c5227aa84fbcdf140990585775e1689
pkgname = pack-cli
diff --git a/PKGBUILD b/PKGBUILD
index 288f99e3fdc2..1ae99522a779 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.31.0
+pkgver=0.32.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.31.0.tar.gz")
-sha512sums=("151a479ee016eba6618f5f8487766cdf27a7876dfe42c0b0f6d2eec5951a2687bbd63549e3e4d341b78088f972700552bec796095966b43f9c59986f12cb51bc")
+source=("https://github.com/buildpacks/pack/archive/v0.32.0.tar.gz")
+sha512sums=("200f62ec0ac9567ed36e2ca70ac227795e419283c6252075e20cc5372ac65e65ef2292893799bf9ba314dffb82b948af8c5227aa84fbcdf140990585775e1689")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"