summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-09-02 15:03:51 -0400
committerRedrield2017-09-02 15:03:51 -0400
commit8e509b205cc7e61ec84b29655c5c74130c831698 (patch)
tree565f0445dce35a829e568f1271be1123aa4fb637
parent1de492b3923940da37bf1a33632b16cac7896b40 (diff)
downloadaur-8e509b205cc7e61ec84b29655c5c74130c831698.tar.gz
Package update to version 6.14.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c9ced20626..3d840909c51d 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.11
- pkgrel = 1
+ pkgver = 6.14.13
+ pkgrel = 2
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 = be49b27ab0fceafc916e87da942c3d8c
+ md5sums_i686 = 6521391f410a76bbb1a764fc08889d46
source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz
- md5sums_x86_64 = ed92a16773fcf041b4010a1ee66aeb02
+ md5sums_x86_64 = f86e3eeaeb63919f11c96379954d5043
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index b0b76108400e..0509100db3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.14.11
-pkgrel=1
+pkgver=6.14.13
+pkgrel=2
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=('be49b27ab0fceafc916e87da942c3d8c')
-md5sums_x86_64=('ed92a16773fcf041b4010a1ee66aeb02')
+md5sums_i686=('6521391f410a76bbb1a764fc08889d46')
+md5sums_x86_64=('f86e3eeaeb63919f11c96379954d5043')
prepare() {
cd "${srcdir}"