summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-02-10 20:23:56 -0500
committerRedrield2019-02-10 20:23:56 -0500
commita2b1eedcdba994ebe8493b0f82ba8aca16d42565 (patch)
tree9fe151b256a70779a448586f9023f6cbe16615ed
parent114b5f79169b7deb3306044b56a4493811dc14f8 (diff)
downloadaur-a2b1eedcdba994ebe8493b0f82ba8aca16d42565.tar.gz
Version bump, 7.20.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eb62cf54cec..cae328fdbd45 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.19.4
- pkgrel = 1
+ pkgver = 7.20.0
+ pkgrel = 2
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.19.4.tgz
+ noextract = heroku-7.20.0.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.19.4.tgz
- sha256sums = ba29f1ea11b76cb2d3fc73a43ea28c3d33c69c41894d00985c53df8cf5760620
+ source = https://registry.npmjs.org/heroku/-/heroku-7.20.0.tgz
+ sha256sums = 61a7dd86fe750982f731f5348859d3558c54437e043b21e8ae1a60d5850c4371
pkgname = heroku-cli
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')