summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-02-23 14:48:08 -0500
committerRedrield2019-02-23 14:48:08 -0500
commitcb342eeb847e84e572fb5021f6235a9698adcc11 (patch)
tree953253d96a4869dfe207ed38d4188d0f0c7963ba
parent268b922dd113e6d702d8260f4948892b02f4270d (diff)
downloadaur-cb342eeb847e84e572fb5021f6235a9698adcc11.tar.gz
Version bump 7.22.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af535431ab17..178797932bce 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.21.0
- pkgrel = 1
+ pkgver = 7.22.0
+ 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.21.0.tgz
+ noextract = heroku-7.22.0.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.21.0.tgz
- sha256sums = 0a3aa871a3bb61ead671ce7e9895191a2d0bfb29b1faea7b27cbf5c4e05f13a5
+ source = https://registry.npmjs.org/heroku/-/heroku-7.22.0.tgz
+ sha256sums = a45ab10241536d2e7ddf0a39c60f98b08362370f7f7ec7789f97c72713edea21
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 8d31105b2bba..31a5b1767b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.21.0
+pkgver=7.22.0
_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=('0a3aa871a3bb61ead671ce7e9895191a2d0bfb29b1faea7b27cbf5c4e05f13a5')
+sha256sums=('a45ab10241536d2e7ddf0a39c60f98b08362370f7f7ec7789f97c72713edea21')
noextract=("heroku-$pkgver.tgz")
options=('!strip')