summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-10-02 00:22:40 -0400
committerRedrield2017-10-02 00:22:40 -0400
commitac217394b5e587c4c8f51d74d63102183a297124 (patch)
tree1eb5a2256f0298b35864eee49b617b1e87c0061a
parent90d99b1a4673dcbc4584b2aa55ac140fa5fc6c84 (diff)
downloadaur-ac217394b5e587c4c8f51d74d63102183a297124.tar.gz
Update to version 6.14.30
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14bd9cb736a0..1c04a9e94e3c 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.25
- pkgrel = 2
+ pkgver = 6.14.30
+ 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.25-4fab11b-linux-x86.tar.gz
- md5sums_i686 = e56b12c0ffa440999d58faa04bc4d025
- source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.25-4fab11b-linux-x64.tar.gz
- md5sums_x86_64 = e78be392f57428c58df2f0abe2966667
+ source_i686 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.30-304197d-linux-x86.tar.gz
+ md5sums_i686 = e4bc62dfefe00fc69617ad441beb6a1e
+ source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-v6.14.30-304197d-linux-x64.tar.gz
+ md5sums_x86_64 = 3d350a3bcd374c34263f9561995fb703
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 81a789eb3fad..43e1e0726cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.14.25
-pkgrel=2
-_dirname="${pkgname}-v${pkgver}-4fab11b-linux"
+pkgver=6.14.30
+pkgrel=1
+_dirname="${pkgname}-v${pkgver}-304197d-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"
@@ -26,14 +26,13 @@ package() {
cd "${srcdir}"
- install -dm 755 "${pkgdir}"/opt
+ install -dm 755 "${pkgdir}"/opt/
install -dm 755 "${pkgdir}"/usr/bin
install -Dm 644 "${_dirname}-${_arch}"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- mv "${_dirname}-${_arch}" "${pkgdir}"/opt/heroku-cli
+
+ cp -R "${_dirname}-${_arch}" "${pkgdir}"/opt/heroku-cli
ln -s /opt/heroku-cli/bin/heroku "${pkgdir}"/usr/bin/heroku
}
-
-
-md5sums_i686=('e56b12c0ffa440999d58faa04bc4d025')
-md5sums_x86_64=('e78be392f57428c58df2f0abe2966667')
+md5sums_i686=('e4bc62dfefe00fc69617ad441beb6a1e')
+md5sums_x86_64=('3d350a3bcd374c34263f9561995fb703')