summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedrield2019-09-21 17:27:16 -0400
committerRedrield2019-09-21 17:27:16 -0400
commit1671c30122ebee42bea3bce4cb3f8a581037593f (patch)
treeec4e44b26c96e32e893947e1d02923e344c9a44d /PKGBUILD
parent0c33409bede55a3f24a630dfa5be1a547c7664c8 (diff)
downloadaur-1671c30122ebee42bea3bce4cb3f8a581037593f.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 8e0e7a9da8ff..95db7c5c4c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.29.0
+pkgver=7.30.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=('ecbe42e69375070ca029bef55e2a8b6d7275c321d6c881e1d3a8ccd0a87ccbf4')
+sha256sums=('d207c096d5c3281854e89959c739fea75f3622fc7966c22a32d636d8a028d240')
noextract=("heroku-$pkgver.tgz")
options=('!strip')