summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2021-09-18 00:07:42 +0000
committergithub-bot2021-09-18 00:07:42 +0000
commit5b7b42f97ae3bdf4eabc5d939360331c3fefda4b (patch)
tree22040cd36a4e8ea8609e07b4ef3a9a07b53b02ef
parent1c8e045b518286b5e44b3e79f691f849dfcdf6c8 (diff)
downloadaur-5b7b42f97ae3bdf4eabc5d939360331c3fefda4b.tar.gz
Version 0.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abd176947b1f..92f4e32fe436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pack-cli-bin
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.21.0
+ pkgver = 0.21.1
pkgrel = 1
url = https://buildpacks.io/
arch = x86_64
license = Apache
provides = pack-cli
conflicts = pack-cli
- source = https://github.com/buildpacks/pack/releases/download/v0.21.0/pack-v0.21.0-linux.tgz
- sha512sums = 573e2e032bc109a995027ed1796896dbb34f097c371941bdb406fdd954dbb83f97ca8e4e9a43dd8367645ef53c8d7c8f9f010bc807419c2962c64077bf443476
+ source = https://github.com/buildpacks/pack/releases/download/v0.21.1/pack-v0.21.1-linux.tgz
+ sha512sums = 641dac5ad11c7a9933ec7dbd0118801bc63bdd33ee55d6ae1de39d48989cae5a8adc71221a289b30c2f805faab120d62bba4a178cfbee923879462e343c0bbab
pkgname = pack-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7329a73e498f..99547434b5e7 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.21.0
+pkgver=0.21.1
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.21.0/pack-v0.21.0-linux.tgz")
-sha512sums=("573e2e032bc109a995027ed1796896dbb34f097c371941bdb406fdd954dbb83f97ca8e4e9a43dd8367645ef53c8d7c8f9f010bc807419c2962c64077bf443476")
+source=("https://github.com/buildpacks/pack/releases/download/v0.21.1/pack-v0.21.1-linux.tgz")
+sha512sums=("641dac5ad11c7a9933ec7dbd0118801bc63bdd33ee55d6ae1de39d48989cae5a8adc71221a289b30c2f805faab120d62bba4a178cfbee923879462e343c0bbab")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file