summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 500952791a9c..32463a066394 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.9.3
- pkgrel = 2
+ pkgver = 7.12.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.9.3.tgz
+ noextract = heroku-7.12.3.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.9.3.tgz
- sha256sums = b107035222a6ed50306a4d960d643a6f5462241d90a4fcfeb71d1d4ae431156b
+ source = https://registry.npmjs.org/heroku/-/heroku-7.12.3.tgz
+ sha256sums = 7140c26652bb23f97c5b5f3bb504e1c956553919e627b668b0a93378265fd0c1
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index a42beeb02c96..2dfb9f9783ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.9.3
+pkgver=7.12.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=("b107035222a6ed50306a4d960d643a6f5462241d90a4fcfeb71d1d4ae431156b")
+sha256sums=("7140c26652bb23f97c5b5f3bb504e1c956553919e627b668b0a93378265fd0c1")
noextract=("heroku-$pkgver.tgz")
options=('!strip')