summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedrield2017-09-01 13:50:59 -0400
committerRedrield2017-09-01 13:50:59 -0400
commit1de492b3923940da37bf1a33632b16cac7896b40 (patch)
tree509a3c0abb657ab5dbdad967ab0334ecfb7215df /PKGBUILD
parenta7c3a62bdac2c694ce2ca6127b84efdc9d7951ea (diff)
downloadaur-1de492b3923940da37bf1a33632b16cac7896b40.tar.gz
Updated to 6.14.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a3ceffec9d8..b0b76108400e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.13.19
-pkgrel=3
+pkgver=6.14.11
+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=('2862a4017d88cf4794c67219af8978b4')
-md5sums_x86_64=('6260a8dc2bd0002b75b4b23d8bebd3f9')
+md5sums_i686=('be49b27ab0fceafc916e87da942c3d8c')
+md5sums_x86_64=('ed92a16773fcf041b4010a1ee66aeb02')
prepare() {
cd "${srcdir}"