summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-01-13 15:41:23 +0000
committergithub-bot2021-01-13 15:41:23 +0000
commita4c9e0d7ca166fcb616fa3c600e5d456ee27f9e6 (patch)
tree96d841ed2071d46556cd16f9bf0cf63b548ce990 /PKGBUILD
parent64b1500b5323aa8b4e6660eb3fd75881ce7ded54 (diff)
downloadaur-a4c9e0d7ca166fcb616fa3c600e5d456ee27f9e6.tar.gz
Version 0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d841ee8a074..09614bdd8df7 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.15.1
+pkgver=0.16.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.15.1/pack-v0.15.1-linux.tgz")
-sha512sums=("8bd31a4fb2382c662737de97ca6d6ebcfc4fe5c5acf907a91bc90c6a03fbd9418027b59c34c91c4fcbe531f670aefb743a1da62e511a1a19387615b1bb4740a4")
+source=("https://github.com/buildpacks/pack/releases/download/v0.16.0/pack-v0.16.0-linux.tgz")
+sha512sums=("fff186eed2a771c9dff10394392b10dab391b85345405636ec8a002d3a8de298b5c1dd5490a116339363c43eadb21baeeab4e70f1c78688b145642f83533d3a9")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file