summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-03-18 22:48:07 -0400
committerRedrield2019-03-18 22:48:07 -0400
commit47b244eeec590ca9fe04341f6f28cb614267d4aa (patch)
tree1e5cb12ce136c4a9616de20124115c8e82b6b967
parent90b1943dc186edebf3ac4c6c61c486e549a10a06 (diff)
downloadaur-47b244eeec590ca9fe04341f6f28cb614267d4aa.tar.gz
Version bump 7.22.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8c4ec43a96..0b56cc689807 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.4
- pkgrel = 2
+ pkgver = 7.22.7
+ 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.22.4.tgz
+ noextract = heroku-7.22.7.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.22.4.tgz
- sha256sums = 4b098a9e602f028b0013d4165a53bf692eda87ea6fe42a5295ba96a4ee1ac2c8
+ source = https://registry.npmjs.org/heroku/-/heroku-7.22.7.tgz
+ sha256sums = 4fc6152831312ce48d0ed92e0dc707936f2e1e775c0fa3b70a4486e26d6c844f
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index a6c5c8c1e6a0..454e760ea4db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.22.4
+pkgver=7.22.7
_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=('4b098a9e602f028b0013d4165a53bf692eda87ea6fe42a5295ba96a4ee1ac2c8')
+sha256sums=('4fc6152831312ce48d0ed92e0dc707936f2e1e775c0fa3b70a4486e26d6c844f')
noextract=("heroku-$pkgver.tgz")
options=('!strip')