summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-bot2022-06-22 22:21:25 +0000
committergithub-bot2022-06-22 22:21:25 +0000
commitfb54621a5cad1ccb6877c509220fd2354f190262 (patch)
tree2c2d7dd5a190761ad76c32f61768ad3a40151c34
parentf9de47cbba2d38763a786e19a27fd8f3b7654068 (diff)
downloadaur-fb54621a5cad1ccb6877c509220fd2354f190262.tar.gz
Version 0.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3f69727437..07c9c1b00646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pack-cli-bin
pkgdesc = CLI for building apps using Cloud Native Buildpacks
- pkgver = 0.26.0
+ pkgver = 0.27.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.26.0/pack-v0.26.0-linux.tgz
- sha512sums = 073db94a9e27aecba4ae5169fd8dbefc869a2a6072e1b0cdc3209880c1d65786b74cf6d623ca0e91451126c3d3a03636d2c02d367beb4eb77f9c012160dbc924
+ source = https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz
+ sha512sums = 41e0bb254cd95e9593fd2ae147b10a70fa86ce134628e3522beabd640523ee3dd10da61998b0415ad411e7a4434d347f36408a533abd2aa8d2b77d51a17453e4
pkgname = pack-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b0bc8dece10..19b822cd417d 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.26.0
+pkgver=0.27.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.26.0/pack-v0.26.0-linux.tgz")
-sha512sums=("073db94a9e27aecba4ae5169fd8dbefc869a2a6072e1b0cdc3209880c1d65786b74cf6d623ca0e91451126c3d3a03636d2c02d367beb4eb77f9c012160dbc924")
+source=("https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz")
+sha512sums=("41e0bb254cd95e9593fd2ae147b10a70fa86ce134628e3522beabd640523ee3dd10da61998b0415ad411e7a4434d347f36408a533abd2aa8d2b77d51a17453e4")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file