summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-bot2021-04-19 07:55:48 +0000
committergithub-bot2021-04-19 07:55:48 +0000
commit500cce40a9c938cdde01aa5d04ba603a949fcbb2 (patch)
tree9dea2663b39f5e32065ef7c9097b5395b78787f7 /PKGBUILD
parent21731f87b0b615ebd4a4c428ee7c12b88007ed45 (diff)
downloadaur-500cce40a9c938cdde01aa5d04ba603a949fcbb2.tar.gz
Version 0.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a324795b6be1..3dfeadd4b1c4 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.0
+pkgver=0.18.1
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.0.tar.gz")
-sha512sums=("8dbe494cdee0b084ccbbdee2a83ac0cd9c2b8f9f289c6fb5a2af126e8e452fa7bf52baf61899789f2d7e2cd2e346fbd1ccf9b46897742a137559bb8a2959a8ef")
+source=("https://github.com/buildpacks/pack/archive/v0.18.1.tar.gz")
+sha512sums=("919d46f3c736884b678e3825fb77d0a45f5fc2699a3b0b78ed0439d5d30f258deed5220794de26c9f2af75d444ee9416b7cc2d836bac6feddb977784107ad86b")
build() {
export GOPATH="${srcdir}/go"
cd "${srcdir}/pack-${pkgver}"