summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-08-23 15:50:13 -0400
committerRedrield2017-08-23 15:50:13 -0400
commita7c3a62bdac2c694ce2ca6127b84efdc9d7951ea (patch)
tree72371aeec2f23918ffda9606f6eb0fdbe7f3b565
parent92cdd57d85fc099ffd8add3d5efcb2e3e7173c7c (diff)
downloadaur-a7c3a62bdac2c694ce2ca6127b84efdc9d7951ea.tar.gz
Update to Heroku 6.13.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e49d6fd165..c1f6e717d602 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.13.18
- pkgrel = 2
+ pkgver = 6.13.19
+ pkgrel = 3
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 = 0001f16626470677639085119ecd3045
+ md5sums_i686 = 2862a4017d88cf4794c67219af8978b4
source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz
- md5sums_x86_64 = c04612612e42c21485222d9261bb108e
+ md5sums_x86_64 = 6260a8dc2bd0002b75b4b23d8bebd3f9
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 5420de94f7bc..9a3ceffec9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.13.18
-pkgrel=2
+pkgver=6.13.19
+pkgrel=3
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=('0001f16626470677639085119ecd3045')
-md5sums_x86_64=('c04612612e42c21485222d9261bb108e')
+md5sums_i686=('2862a4017d88cf4794c67219af8978b4')
+md5sums_x86_64=('6260a8dc2bd0002b75b4b23d8bebd3f9')
prepare() {
cd "${srcdir}"