summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2018-10-05 14:21:56 -0400
committerRedrield2018-10-05 14:21:56 -0400
commit997134c661ac8ce8374ae05e0b55a107cf61009f (patch)
tree1d95d350e0ca8589afd3bf92c2d3233078cc5372
parent627919b7b4729b7015048099ffd4246aa9b4ccf3 (diff)
downloadaur-997134c661ac8ce8374ae05e0b55a107cf61009f.tar.gz
version bump 7.16.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8e9e3b17975..12dc877d9b0b 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.16.0
+ pkgver = 7.16.5
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.16.0.tgz
+ noextract = heroku-7.16.5.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.16.0.tgz
- sha256sums = 8b3653c95e235488bdd3599647a0a5255e3f78e421adf776e53a51286f3473ae
+ source = https://registry.npmjs.org/heroku/-/heroku-7.16.5.tgz
+ sha256sums = bb160c898726f59b0aa45646a5d52dcf8f4877d834e8f2982bff261c46ebae65
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index e54761db9704..6e6513445699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.16.0
+pkgver=7.16.5
_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=('8b3653c95e235488bdd3599647a0a5255e3f78e421adf776e53a51286f3473ae')
+sha256sums=('bb160c898726f59b0aa45646a5d52dcf8f4877d834e8f2982bff261c46ebae65')
noextract=("heroku-$pkgver.tgz")
options=('!strip')