summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-05-28 21:23:58 +0000
committergithub-bot2021-05-28 21:23:58 +0000
commit6b588dcb4a30f76ffd77506ab559a53c81d92ebe (patch)
tree14d8cd3f3fcf00931a3e73d3a906da8358d3fc22 /PKGBUILD
parent500cce40a9c938cdde01aa5d04ba603a949fcbb2 (diff)
downloadaur-6b588dcb4a30f76ffd77506ab559a53c81d92ebe.tar.gz
Version 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dfeadd4b1c4..21679c61810a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# 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
-pkgver=0.18.1
+pkgver=0.19.0
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
url="https://buildpacks.io/"
license=('Apache')
makedepends=('go-pie')
-source=("https://github.com/buildpacks/pack/archive/v0.18.1.tar.gz")
-sha512sums=("919d46f3c736884b678e3825fb77d0a45f5fc2699a3b0b78ed0439d5d30f258deed5220794de26c9f2af75d444ee9416b7cc2d836bac6feddb977784107ad86b")
+source=("https://github.com/buildpacks/pack/archive/v0.19.0.tar.gz")
+sha512sums=("62480c39aaaa0b2280b064e6ff1e7e81f72c26b728801ca62c020d7484175e6d00767fec093e2b9a4c39a455a6c3711e39026768986aa1945da6af6a2d317777")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"