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 221b6c4cf32f..ce313e3034c5 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.22.10
- pkgrel = 1
+ pkgver = 7.24.1
+ 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.22.10.tgz
+ noextract = heroku-7.24.1.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.22.10.tgz
- sha256sums = 5992d01bd519ab735599d5b989663a46fdd7efd2a12b03a78924b08b14ee7bd1
+ source = https://registry.npmjs.org/heroku/-/heroku-7.24.1.tgz
+ sha256sums = 8933832c4fe858e2b88cc957b2325339a5135d97ceab02cfc173807db6265a64
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index c17a79a2b8b0..485280088c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.22.10
+pkgver=7.24.1
_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=('5992d01bd519ab735599d5b989663a46fdd7efd2a12b03a78924b08b14ee7bd1')
+sha256sums=('8933832c4fe858e2b88cc957b2325339a5135d97ceab02cfc173807db6265a64')
noextract=("heroku-$pkgver.tgz")
options=('!strip')