summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daubert2017-06-20 07:03:12 -0400
committerMatthew Daubert2017-06-20 07:03:12 -0400
commitf39d5bc8f69001b3f432462a25505c997acbcdc8 (patch)
tree5c72e9249dc4783c9bfea3f07f65e8ed2c89e6cc
parente3d9266571c3712aafe43f7b8d47b96fcb869eb5 (diff)
downloadaur-f39d5bc8f69001b3f432462a25505c997acbcdc8.tar.gz
Version 2.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295044f27355..b7dc859b2036 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.14.0
+ pkgver = 2.15.0
pkgrel = 1
url = https://github.com/deis/workflow-cli
arch = x86_64
license = APACHE
- source = https://storage.googleapis.com/workflow-cli-release/v2.14.0/deis-v2.14.0-linux-amd64
- md5sums = 96bf83509e62228c7004c5ed5bc446c6
- sha256sums = 9f15b351a4744086ccf4ef2e9c0ee589cf3cee5ce3df3c34eb11cc7b2e3e4c55
+ source = https://storage.googleapis.com/workflow-cli-release/v2.15.0/deis-v2.15.0-linux-amd64
+ md5sums = a3dc876ea6cc6b4d6d4750fb548db699
+ sha256sums = 6c65947ba4ce91118de26e57ee5a1125869a37bbf547199793bd729a5cb13ecb
pkgname = deis-workflow-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00a6223a2805..3128c7fae8cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Daubert <mdaubert@gmail.com>
pkgname="deis-workflow-cli-bin"
-pkgver=2.14.0
+pkgver=2.15.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=('9f15b351a4744086ccf4ef2e9c0ee589cf3cee5ce3df3c34eb11cc7b2e3e4c55')
-md5sums=('96bf83509e62228c7004c5ed5bc446c6')
+sha256sums=('6c65947ba4ce91118de26e57ee5a1125869a37bbf547199793bd729a5cb13ecb')
+md5sums=('a3dc876ea6cc6b4d6d4750fb548db699')
package() {
cd "${srcdir}"