summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daubert2016-11-29 14:11:28 -0500
committerMatthew Daubert2016-11-29 14:11:28 -0500
commit7a3242c158c8f8f2861d769c1f1b8ac90590dcd8 (patch)
tree9d320c4b309e1d78a2b16570930f1442ff8fe0c7
parenta79b42e01ced3ffd8e4dc8845a638d8455b6610f (diff)
downloadaur-7a3242c158c8f8f2861d769c1f1b8ac90590dcd8.tar.gz
Version 2.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51cd44336839..6d89bc967a9a 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.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/deis/workflow-cli
arch = x86_64
license = APACHE
- source = https://storage.googleapis.com/workflow-cli-release/v2.8.0/deis-v2.8.0-linux-amd64
- md5sums = cdfafae9061686fd6703efade037f472
- sha256sums = ee10b98d422910ccc8f60642d9cad0f39d9b5058c9f5961bffd34d12f3298aa6
+ source = https://storage.googleapis.com/workflow-cli-release/v2.9.0/deis-v2.9.0-linux-amd64
+ md5sums = 64c5f75e0f756e3d9e9a1f3974f09295
+ sha256sums = 4b57f7930febc1712a9f333f7496419585fe1571e8a86dadc595d9fb6f821c38
pkgname = deis-workflow-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f652f9de1066..362259dfebf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Daubert <mdaubert@gmail.com>
pkgname="deis-workflow-cli-bin"
-pkgver=2.8.0
+pkgver=2.9.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=('ee10b98d422910ccc8f60642d9cad0f39d9b5058c9f5961bffd34d12f3298aa6')
-md5sums=('cdfafae9061686fd6703efade037f472')
+sha256sums=('4b57f7930febc1712a9f333f7496419585fe1571e8a86dadc595d9fb6f821c38')
+md5sums=('64c5f75e0f756e3d9e9a1f3974f09295')
package() {
cd "${srcdir}"