summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2020-10-19 16:33:20 +0000
committergithub-bot2020-10-19 16:33:20 +0000
commit73529b9af94875ec737b8e32209ba45e49318f5b (patch)
tree78c9600637cc9bbdd926b45cda7e4c8288222a8e
parent23f5f5c5c9bb12680c2046a6551e751d36c10a33 (diff)
downloadaur-73529b9af94875ec737b8e32209ba45e49318f5b.tar.gz
Version 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed2a6c0f7ae..071c02c687e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pack-cli-bin
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.14.1
+ pkgver = 0.14.2
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.14.1/pack-v0.14.1-linux.tgz
- sha512sums = 11505e9832a4ab399adada15f9f534fc7f13a763b000d3418b4ffb926b48e9dc61864cd58b3e8a00a78cec4c85910fcfde0e1e4e7e7171a8c0d2fc422044f048
+ source = https://github.com/buildpacks/pack/releases/download/v0.14.2/pack-v0.14.2-linux.tgz
+ sha512sums = 760309e6ae61726092429ad787861ab697f4329c8aa253a0293c3a64274fc4afc8b1ca2cc52537fd8f5c29da7ad92aa7651ce76edbda33723cc663d2e052d84c
pkgname = pack-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4918802a7e82..5a390a3b5a3e 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.14.1
+pkgver=0.14.2
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.14.1/pack-v0.14.1-linux.tgz")
-sha512sums=("11505e9832a4ab399adada15f9f534fc7f13a763b000d3418b4ffb926b48e9dc61864cd58b3e8a00a78cec4c85910fcfde0e1e4e7e7171a8c0d2fc422044f048")
+source=("https://github.com/buildpacks/pack/releases/download/v0.14.2/pack-v0.14.2-linux.tgz")
+sha512sums=("760309e6ae61726092429ad787861ab697f4329c8aa253a0293c3a64274fc4afc8b1ca2cc52537fd8f5c29da7ad92aa7651ce76edbda33723cc663d2e052d84c")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file