summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2022-04-02 18:23:27 +0000
committergithub-bot2022-04-02 18:23:27 +0000
commitfdc2fb4d278270e4ce90a8eccbc4fe49bf131099 (patch)
treee1d66a0580ec3b388b8a8d2c6e7820cf28985132 /PKGBUILD
parent7ad71fc30700819a287640bf65da8ba62a67fa6c (diff)
downloadaur-fdc2fb4d278270e4ce90a8eccbc4fe49bf131099.tar.gz
Version 0.24.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e000feaa3ee1..92b99e10dab7 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.24.0
+pkgver=0.24.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.24.0/pack-v0.24.0-linux.tgz")
-sha512sums=("71f6ddc5ccb18d249ba6e123d097ccfabadc6dd66b055e778bfd635c65548e6af4ceea75798267f02522d0031acb92e47b0a75820981ba8c180930c7001bfc3b")
+source=("https://github.com/buildpacks/pack/releases/download/v0.24.1/pack-v0.24.1-linux.tgz")
+sha512sums=("98c6f65b2f7c6c0f69bb32567a3ca31d90cea83fb6380a83aec97c81c07f60edf89e9c1f4a15802244271fde4cd70a84bf5805ab37ba0c7b8cc2454f7505c822")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file