summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedrield2019-11-06 21:42:34 -0500
committerRedrield2019-11-06 21:42:34 -0500
commitbb0d65886a43752f9e4ef264d105f63c9c940e7c (patch)
tree2bacdb46fcc2f2ad21f9e6309d041b9ff24c7d0d /PKGBUILD
parent9ce9950f19fe3801736e4bbaf95f0cf2d769ac85 (diff)
downloadaur-bb0d65886a43752f9e4ef264d105f63c9c940e7c.tar.gz
Version bump 7.34.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a61dee99ca5a..5a34f7bdf018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.33.3
+pkgver=7.34.2
_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=('03ee1ee2ce32d38fcbd2b35da865859ada16f453aa3f9639118513c3074cca6b')
+sha256sums=('0ca065f3934c03859aec0146143790bcd9ca65e43e853baf459b0a5029bbd476')
noextract=("heroku-$pkgver.tgz")
options=('!strip')