summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daubert2016-11-14 09:54:42 -0500
committerMatthew Daubert2016-11-14 09:54:42 -0500
commita79b42e01ced3ffd8e4dc8845a638d8455b6610f (patch)
tree1a26279eaae735962f8db5910206ebcadaeb11d7
parentf368d46a627629e48a232bb1968d225f3e661a8f (diff)
downloadaur-a79b42e01ced3ffd8e4dc8845a638d8455b6610f.tar.gz
Version 2.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5de90ccc8555..51cd44336839 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.7.1
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/deis/workflow-cli
arch = x86_64
license = APACHE
- source = https://storage.googleapis.com/workflow-cli-release/v2.7.1/deis-v2.7.1-linux-amd64
- md5sums = 3e226efc736faa5c2466ed1c1d85eb38
- sha256sums = da1375aa5a4a0214606e120c55a10788ede7507d00c7defd848b41fe93d65639
+ source = https://storage.googleapis.com/workflow-cli-release/v2.8.0/deis-v2.8.0-linux-amd64
+ md5sums = cdfafae9061686fd6703efade037f472
+ sha256sums = ee10b98d422910ccc8f60642d9cad0f39d9b5058c9f5961bffd34d12f3298aa6
pkgname = deis-workflow-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d4f0fb8de17..f652f9de1066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Daubert <mdaubert@gmail.com>
pkgname="deis-workflow-cli-bin"
-pkgver=2.7.1
+pkgver=2.8.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=('da1375aa5a4a0214606e120c55a10788ede7507d00c7defd848b41fe93d65639')
-md5sums=('3e226efc736faa5c2466ed1c1d85eb38')
+sha256sums=('ee10b98d422910ccc8f60642d9cad0f39d9b5058c9f5961bffd34d12f3298aa6')
+md5sums=('cdfafae9061686fd6703efade037f472')
package() {
cd "${srcdir}"