summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2020-08-18 19:35:15 +0000
committergithub-bot2020-08-18 19:35:15 +0000
commit39f1fd99925afee531ce7b3cbc92bdfa007b27ab (patch)
tree95aada5a4a7c0b24b755fe2a451824dd83da9086 /PKGBUILD
parent8b252b8363ea358bbba9d3bfac3a506cc9619e70 (diff)
downloadaur-39f1fd99925afee531ce7b3cbc92bdfa007b27ab.tar.gz
Version 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5cacde44d8d..9944af508afd 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.12.0
+pkgver=0.13.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.12.0/pack-v0.12.0-linux.tgz")
-sha512sums=("61fc13f25ddfa72f85b10c250e36b8a7587d055d49737adecbf84b7b38cd63f3349c991f6566c939b84d36fc048dd74e0ee10d3d1dacfbb05169523cd364c7e8")
+source=("https://github.com/buildpacks/pack/releases/download/v0.13.0/pack-v0.13.0-linux.tgz")
+sha512sums=("4bd3f14c714cc404a02206864c82da3124568980965c14b46f215201586e85395b135b26ca7105742b6a23a4eb3cb45b1913510118de76857d5bee259965dbc7")
package() {
install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
} \ No newline at end of file