summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-11-20 18:09:43 -0500
committerRedrield2017-11-20 18:09:43 -0500
commit18eaf8a269c49403835218a2e86d90e5e2b8252c (patch)
tree49f5a0f33c0bd868724d07b00a7f35de738e5504
parentd906fa90f467c4d345dffd6d007c4d1142741925 (diff)
downloadaur-18eaf8a269c49403835218a2e86d90e5e2b8252c.tar.gz
Update to version 6.14.38
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2154378da6..899db1d1af4e 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.36
- pkgrel = 2
+ pkgver = 6.14.38
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = i686
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- source_i686 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.36-15f8a25-linux-x86.tar.gz
- md5sums_i686 = e6920e06c7d8f182a909e27cfa8693ed
- source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.36-15f8a25-linux-x64.tar.gz
- md5sums_x86_64 = a58020843ea5d217a3cbc76e64c4514c
+ source_i686 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.38-9bfc11a-linux-x86.tar.gz
+ md5sums_i686 = b085e472f8dd80ab2c1df1ae2a2caf99
+ source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.38-9bfc11a-linux-x64.tar.gz
+ md5sums_x86_64 = ad488c8c38994b5684ca577b2902b85e
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 492c410ce919..d08c9e8563f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.14.36
-pkgrel=2
-_dirname="${pkgname}-v${pkgver}-15f8a25-linux"
+pkgver=6.14.38
+pkgrel=1
+_dirname="${pkgname}-v${pkgver}-9bfc11a-linux"
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"
@@ -35,5 +35,5 @@ package() {
cp -R "${_dirname}-${_arch}" "${pkgdir}"/opt/heroku-cli
ln -s /opt/heroku-cli/bin/heroku "${pkgdir}"/usr/bin/heroku
}
-md5sums_i686=('e6920e06c7d8f182a909e27cfa8693ed')
-md5sums_x86_64=('a58020843ea5d217a3cbc76e64c4514c')
+md5sums_i686=('b085e472f8dd80ab2c1df1ae2a2caf99')
+md5sums_x86_64=('ad488c8c38994b5684ca577b2902b85e')