summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2018-12-26 18:31:47 -0500
committerRedrield2018-12-26 18:31:47 -0500
commit114b5f79169b7deb3306044b56a4493811dc14f8 (patch)
tree47c37529b676ab9cbab1b188f454b730b20535e9
parent5bb7014a407564f80d2aa868e610b2c4b562a83d (diff)
downloadaur-114b5f79169b7deb3306044b56a4493811dc14f8.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f806b179a7..3eb62cf54cec 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.3
- pkgrel = 2
+ pkgver = 7.19.4
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = x86_64
license = custom
@@ -12,9 +12,9 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- noextract = heroku-7.19.3.tgz
+ noextract = heroku-7.19.4.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.19.3.tgz
+ source = https://registry.npmjs.org/heroku/-/heroku-7.19.4.tgz
sha256sums = ba29f1ea11b76cb2d3fc73a43ea28c3d33c69c41894d00985c53df8cf5760620
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index a4f2d076db22..252a6d604b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.19.3
+pkgver=7.19.4
_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=('ba29f1ea11b76cb2d3fc73a43ea28c3d33c69c41894d00985c53df8cf5760620')
+sha256sums=('21261cf26bfebdf9c8ece43594009152878de78f8c336b39b78b5db835045f22')
noextract=("heroku-$pkgver.tgz")
options=('!strip')