summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedrield2019-02-13 20:35:13 -0500
committerRedrield2019-02-13 20:35:13 -0500
commit268b922dd113e6d702d8260f4948892b02f4270d (patch)
tree997c838645e4ea6751d83355f3395e171cc1365a /PKGBUILD
parenta2b1eedcdba994ebe8493b0f82ba8aca16d42565 (diff)
downloadaur-268b922dd113e6d702d8260f4948892b02f4270d.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fce0750d37d..8d31105b2bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.20.0
+pkgver=7.21.0
_builddir=cli-${pkgver}
-pkgrel=2
+pkgrel=1
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=('61a7dd86fe750982f731f5348859d3558c54437e043b21e8ae1a60d5850c4371')
+sha256sums=('0a3aa871a3bb61ead671ce7e9895191a2d0bfb29b1faea7b27cbf5c4e05f13a5')
noextract=("heroku-$pkgver.tgz")
options=('!strip')