summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daubert2017-07-07 13:27:22 -0400
committerMatthew Daubert2017-07-07 13:27:22 -0400
commite31f5e1aab84fafbce0d864c0a0dfe1d652bb998 (patch)
tree7218a9c44536eca2174a344e6c2aca89a76d5c7f
parentf39d5bc8f69001b3f432462a25505c997acbcdc8 (diff)
downloadaur-deis-workflow-cli-bin.tar.gz
Version 2.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7dc859b2036..6ed801d47872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = deis-workflow-cli-bin
pkgdesc = Deis Workflow CLI is a command line utility used to interact with the Deis open source PaaS
- pkgver = 2.15.0
+ pkgver = 2.16.0
pkgrel = 1
url = https://github.com/deis/workflow-cli
arch = x86_64
license = APACHE
- source = https://storage.googleapis.com/workflow-cli-release/v2.15.0/deis-v2.15.0-linux-amd64
- md5sums = a3dc876ea6cc6b4d6d4750fb548db699
- sha256sums = 6c65947ba4ce91118de26e57ee5a1125869a37bbf547199793bd729a5cb13ecb
+ source = https://storage.googleapis.com/workflow-cli-release/v2.16.0/deis-v2.16.0-linux-amd64
+ md5sums = c12a6fe95ef9572e4190c8a4964d8de3
+ sha256sums = 1451fb88675a1152cfeb78dbabdb678b57f181d0e5515e4d9c945ad6673b0d99
pkgname = deis-workflow-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3128c7fae8cc..3d99c2c08da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Daubert <mdaubert@gmail.com>
pkgname="deis-workflow-cli-bin"
-pkgver=2.15.0
+pkgver=2.16.0
pkgrel=1
pkgdesc="Deis Workflow CLI is a command line utility used to interact with the Deis open source PaaS"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/deis/workflow-cli"
license=('APACHE')
makedepends=()
source=("https://storage.googleapis.com/workflow-cli-release/v${pkgver}/deis-v${pkgver}-linux-amd64")
-sha256sums=('6c65947ba4ce91118de26e57ee5a1125869a37bbf547199793bd729a5cb13ecb')
-md5sums=('a3dc876ea6cc6b4d6d4750fb548db699')
+sha256sums=('1451fb88675a1152cfeb78dbabdb678b57f181d0e5515e4d9c945ad6673b0d99')
+md5sums=('c12a6fe95ef9572e4190c8a4964d8de3')
package() {
cd "${srcdir}"