summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-10-13 20:56:08 -0400
committerRedrield2019-10-13 20:56:08 -0400
commit9ce9950f19fe3801736e4bbaf95f0cf2d769ac85 (patch)
treed38e82d8e7b84eabddcec8ac58a338e6a42138f5
parent1671c30122ebee42bea3bce4cb3f8a581037593f (diff)
downloadaur-9ce9950f19fe3801736e4bbaf95f0cf2d769ac85.tar.gz
Update 7.33.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f08df6dead..a507978026cd 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 = 7.30.0
- pkgrel = 2
+ pkgver = 7.33.3
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = x86_64
license = custom
@@ -12,10 +12,10 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- noextract = heroku-7.30.0.tgz
+ noextract = heroku-7.33.3.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.30.0.tgz
- sha256sums = d207c096d5c3281854e89959c739fea75f3622fc7966c22a32d636d8a028d240
+ source = https://registry.npmjs.org/heroku/-/heroku-7.33.3.tgz
+ sha256sums = 03ee1ee2ce32d38fcbd2b35da865859ada16f453aa3f9639118513c3074cca6b
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 95db7c5c4c45..a61dee99ca5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.30.0
+pkgver=7.33.3
_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=('d207c096d5c3281854e89959c739fea75f3622fc7966c22a32d636d8a028d240')
+sha256sums=('03ee1ee2ce32d38fcbd2b35da865859ada16f453aa3f9639118513c3074cca6b')
noextract=("heroku-$pkgver.tgz")
options=('!strip')