summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2022-02-10 18:29:19 +0000
committergithub-bot2022-02-10 18:29:19 +0000
commit7ad71fc30700819a287640bf65da8ba62a67fa6c (patch)
tree500e921464c7880e6cc340ac0e8c6a390e943b8c
parent5c6f98dcf10c59b61cbfc39e5516026038fa81ca (diff)
downloadaur-7ad71fc30700819a287640bf65da8ba62a67fa6c.tar.gz
Version 0.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0baf872c7bc2..aa0cec32f253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pack-cli-bin
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.23.0
+ pkgver = 0.24.0
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.23.0/pack-v0.23.0-linux.tgz
- sha512sums = 058988b16a612dda4663fd94c5548a2af702a46371e02c644742665c852081e4b1393b1bef9747c3e5bc0ba1f0b0aa580a71fdbd92f9dee527b228e0b46bee59
+ source = https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-linux.tgz
+ sha512sums = 71f6ddc5ccb18d249ba6e123d097ccfabadc6dd66b055e778bfd635c65548e6af4ceea75798267f02522d0031acb92e47b0a75820981ba8c180930c7001bfc3b
pkgname = pack-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index af30436553df..e000feaa3ee1 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.23.0
+pkgver=0.24.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.23.0/pack-v0.23.0-linux.tgz")
-sha512sums=("058988b16a612dda4663fd94c5548a2af702a46371e02c644742665c852081e4b1393b1bef9747c3e5bc0ba1f0b0aa580a71fdbd92f9dee527b228e0b46bee59")
+source=("https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-linux.tgz")
+sha512sums=("71f6ddc5ccb18d249ba6e123d097ccfabadc6dd66b055e778bfd635c65548e6af4ceea75798267f02522d0031acb92e47b0a75820981ba8c180930c7001bfc3b")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file