summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-12-12 21:32:11 -0500
committerRedrield2017-12-12 21:32:11 -0500
commit72d66bc323d7e19e3db2ea3ea9510932e6a9b5de (patch)
tree1da88ac1c5211bd0898cbf36a8c3771e64628ff7
parent18eaf8a269c49403835218a2e86d90e5e2b8252c (diff)
downloadaur-72d66bc323d7e19e3db2ea3ea9510932e6a9b5de.tar.gz
Update to version 6.14.41
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899db1d1af4e..ee2026bfe235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
- pkgver = 6.14.38
+ pkgver = 6.14.41
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = i686
@@ -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.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
+ source_i686 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.41-47054d2-linux-x86.tar.gz
+ md5sums_i686 = a414cb78fcaf5af7d71870d78ef7d491
+ source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.41-47054d2-linux-x64.tar.gz
+ md5sums_x86_64 = 9378d07a164e209bc01c6cd9a50264b1
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index d08c9e8563f3..d4287f2c41e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.14.38
+pkgver=6.14.41
pkgrel=1
-_dirname="${pkgname}-v${pkgver}-9bfc11a-linux"
+_dirname="${pkgname}-v${pkgver}-47054d2-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=('b085e472f8dd80ab2c1df1ae2a2caf99')
-md5sums_x86_64=('ad488c8c38994b5684ca577b2902b85e')
+md5sums_i686=('a414cb78fcaf5af7d71870d78ef7d491')
+md5sums_x86_64=('9378d07a164e209bc01c6cd9a50264b1')