summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael William Le Nguyen2019-04-09 21:52:40 -0400
committerMichael William Le Nguyen2019-04-09 21:52:40 -0400
commit7ddad30a0b0ec00027455daea6b99f236a4605d0 (patch)
treea051659ec8e460f81acd5133f0c0fa68af08a61e /PKGBUILD
parent8ac254cbdbb4f74a66971a681978c0d4cf64fda7 (diff)
downloadaur-7ddad30a0b0ec00027455daea6b99f236a4605d0.tar.gz
Version 0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad8df57d56ce..270c682fd783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael William Le Nguyen <michael at mail dot ttp dot codes>
pkgname=pack-cli
-pkgver=0.0.9
+pkgver=0.1.0
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
@@ -12,7 +12,7 @@ source=(
"pack-${pkgver}::https://github.com/buildpack/pack/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- "b25028e738ef14cb1df108b8cf12a2302a4a2ec9d88c03c3ccf0638a8fef1994"
+ "20bdfedd8e686ad5aa076696e890834dfd9adfc9b63a94463d8c5f3187717cfe"
)
build() {
cd "pack-${pkgver}"