summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daubert2017-04-12 09:20:45 -0400
committerMatthew Daubert2017-04-12 09:20:45 -0400
commitdca596ecbccc677efc1fe502394dd6d8c4b5b569 (patch)
treec4d4397a2bc023aea93f0fd6857a202b0e3f037f
parent6d9d61aeb0126a2787740c20fa81511304854d88 (diff)
downloadaur-dca596ecbccc677efc1fe502394dd6d8c4b5b569.tar.gz
Version 2.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44584e8b2d77..394504e74bdd 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.12.0
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/deis/workflow-cli
arch = x86_64
license = APACHE
- source = https://storage.googleapis.com/workflow-cli-release/v2.12.0/deis-v2.12.0-linux-amd64
- md5sums = 6938208339c54843709ddb16cd50d8fd
- sha256sums = a8325e01fa7eb5bad222a69e2d884481df6bcc95f4181d0eab1f13d7ce08a8b5
+ source = https://storage.googleapis.com/workflow-cli-release/v2.13.0/deis-v2.13.0-linux-amd64
+ md5sums = c76a6f90364165ddf0e5fb04eb52f255
+ sha256sums = 80399d5bed755baa0b6c871d6f6c401154d58f7b37b6fd9771b6f1ea233f5b1e
pkgname = deis-workflow-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 16dd4acb2721..3fdb379cc463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Daubert <mdaubert@gmail.com>
pkgname="deis-workflow-cli-bin"
-pkgver=2.12.0
+pkgver=2.13.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=('a8325e01fa7eb5bad222a69e2d884481df6bcc95f4181d0eab1f13d7ce08a8b5')
-md5sums=('6938208339c54843709ddb16cd50d8fd')
+sha256sums=('80399d5bed755baa0b6c871d6f6c401154d58f7b37b6fd9771b6f1ea233f5b1e')
+md5sums=('c76a6f90364165ddf0e5fb04eb52f255')
package() {
cd "${srcdir}"