summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedrield2019-02-10 20:23:56 -0500
committerRedrield2019-02-10 20:23:56 -0500
commita2b1eedcdba994ebe8493b0f82ba8aca16d42565 (patch)
tree9fe151b256a70779a448586f9023f6cbe16615ed /PKGBUILD
parent114b5f79169b7deb3306044b56a4493811dc14f8 (diff)
downloadaur-a2b1eedcdba994ebe8493b0f82ba8aca16d42565.tar.gz
Version bump, 7.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 252a6d604b30..1fce0750d37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.19.4
+pkgver=7.20.0
_builddir=cli-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -13,7 +13,7 @@ makedepends=('npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://registry.npmjs.org/heroku/-/heroku-$pkgver.tgz")
-sha256sums=('21261cf26bfebdf9c8ece43594009152878de78f8c336b39b78b5db835045f22')
+sha256sums=('61a7dd86fe750982f731f5348859d3558c54437e043b21e8ae1a60d5850c4371')
noextract=("heroku-$pkgver.tgz")
options=('!strip')