summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-09-01 13:50:59 -0400
committerRedrield2017-09-01 13:50:59 -0400
commit1de492b3923940da37bf1a33632b16cac7896b40 (patch)
tree509a3c0abb657ab5dbdad967ab0334ecfb7215df
parenta7c3a62bdac2c694ce2ca6127b84efdc9d7951ea (diff)
downloadaur-1de492b3923940da37bf1a33632b16cac7896b40.tar.gz
Updated to 6.14.11
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f6e717d602..e7c9ced20626 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.19
- pkgrel = 3
+ pkgver = 6.14.11
+ pkgrel = 1
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 = 2862a4017d88cf4794c67219af8978b4
+ md5sums_i686 = be49b27ab0fceafc916e87da942c3d8c
source_x86_64 = https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz
- md5sums_x86_64 = 6260a8dc2bd0002b75b4b23d8bebd3f9
+ md5sums_x86_64 = ed92a16773fcf041b4010a1ee66aeb02
pkgname = heroku-cli
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5f75873672e7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+deploy.sh
diff --git a/PKGBUILD b/PKGBUILD
index 9a3ceffec9d8..b0b76108400e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=6.13.19
-pkgrel=3
+pkgver=6.14.11
+pkgrel=1
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=('2862a4017d88cf4794c67219af8978b4')
-md5sums_x86_64=('6260a8dc2bd0002b75b4b23d8bebd3f9')
+md5sums_i686=('be49b27ab0fceafc916e87da942c3d8c')
+md5sums_x86_64=('ed92a16773fcf041b4010a1ee66aeb02')
prepare() {
cd "${srcdir}"