summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-04-08 15:00:44 -0400
committerRedrield2019-04-08 15:00:44 -0400
commit50b29a57a81a85abe8171375c41a12c4144b2a9d (patch)
tree90de83d9aa4c4c8de63ce7ab6197c738c790fb6f
parent38c038d4e6400f574052838840785cbb75b2d3a7 (diff)
downloadaur-50b29a57a81a85abe8171375c41a12c4144b2a9d.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e53e7f6e8f..b24f079d6330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
- pkgver = 7.22.8
+ pkgver = 7.22.9
pkgrel = 2
url = https://devcenter.heroku.com/articles/heroku-cli
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- noextract = heroku-7.22.8.tgz
+ noextract = heroku-7.22.9.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.22.8.tgz
- sha256sums = bae62b1935a88f8dacd6170ffdc4a0a7c1df66eead1d30b8a20bfae366e2fd4c
+ source = https://registry.npmjs.org/heroku/-/heroku-7.22.9.tgz
+ sha256sums = 5eadf6c55cea4bc715c9e24cf7688af68a38539f73fdb47cfc2e620887b6796c
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index f9460c01be08..e163b14976f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.22.8
+pkgver=7.22.9
_builddir=cli-${pkgver}
pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
@@ -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=('bae62b1935a88f8dacd6170ffdc4a0a7c1df66eead1d30b8a20bfae366e2fd4c')
+sha256sums=('5eadf6c55cea4bc715c9e24cf7688af68a38539f73fdb47cfc2e620887b6796c')
noextract=("heroku-$pkgver.tgz")
options=('!strip')