summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-08-17 13:07:21 -0400
committerRedrield2017-08-17 13:07:21 -0400
commit7934c11264b4f3a5489bc376163b21e1c0763793 (patch)
tree42e3cad0f704dfbc1b2d3e0b4509aac55fff6e52
parentf2c1c2be8517099ba17561f52b1e9047fd9e88de (diff)
downloadaur-7934c11264b4f3a5489bc376163b21e1c0763793.tar.gz
Release 6.13.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb7b5d24d33..287b18cc06ba 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.13
- pkgrel = 1
+ pkgver = 6.13.18
+ pkgrel = 2
url = 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 = d946005de9ea2feca3f709504ea13094
+ md5sums_i686 = 0001f16626470677639085119ecd3045
source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz
- md5sums_x86_64 = 38f6a4f6d748f7fbc43c58374e3fee62
+ md5sums_x86_64 = c04612612e42c21485222d9261bb108e
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 7d5439a42041..1d13b1568c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.13.13
-pkgrel=1
+pkgver=6.13.18
+pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('i686' 'x86_64')
url="devcenter.heroku.com/articles/heroku-cli"
@@ -11,8 +11,6 @@ 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=('d946005de9ea2feca3f709504ea13094')
-md5sums_x86_64=('38f6a4f6d748f7fbc43c58374e3fee62')
prepare() {
cd "${srcdir}"
@@ -30,3 +28,5 @@ package() {
mv heroku-cli "${pkgdir}"/opt/heroku-cli
ln -s /opt/heroku-cli/bin/heroku "${pkgdir}"/usr/bin/heroku
}
+md5sums_i686=('0001f16626470677639085119ecd3045')
+md5sums_x86_64=('c04612612e42c21485222d9261bb108e')