summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-09-05 07:22:38 -0400
committerRedrield2017-09-05 07:22:38 -0400
commit265695104bb82042fa349b8f844c861beae06a2d (patch)
tree00aa1072365cf1ba479a04c18b226f24d3501e56
parent8e509b205cc7e61ec84b29655c5c74130c831698 (diff)
downloadaur-265695104bb82042fa349b8f844c861beae06a2d.tar.gz
Upgrade to version 6.14.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d840909c51d..1c462442c2dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
- pkgver = 6.14.13
- pkgrel = 2
+ pkgver = 6.14.16
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = i686
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
source_i686 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x86.tar.gz
- md5sums_i686 = 6521391f410a76bbb1a764fc08889d46
+ md5sums_i686 = 12d109374a5c7fc9e1d85c86445d09be
source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz
- md5sums_x86_64 = f86e3eeaeb63919f11c96379954d5043
+ md5sums_x86_64 = 9e7b3bbf44bb9c2263ccc6ce2c99bfb6
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0509100db3de..c1339dd615ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.14.13
-pkgrel=2
+pkgver=6.14.16
+pkgrel=1
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('i686' 'x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -11,8 +11,8 @@ provides=('heroku-cli')
conflicts=('heroku-cli' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source_x86_64=('https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz')
source_i686=('https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x86.tar.gz')
-md5sums_i686=('6521391f410a76bbb1a764fc08889d46')
-md5sums_x86_64=('f86e3eeaeb63919f11c96379954d5043')
+md5sums_i686=('12d109374a5c7fc9e1d85c86445d09be')
+md5sums_x86_64=('9e7b3bbf44bb9c2263ccc6ce2c99bfb6')
prepare() {
cd "${srcdir}"