summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2018-10-06 22:52:49 -0400
committerRedrield2018-10-06 22:52:49 -0400
commit3a730d3848f5033c2603cec69ed4d22576c6294e (patch)
treeb852ff65eba06efc1a93f83fac3fdee91e46af05
parent997134c661ac8ce8374ae05e0b55a107cf61009f (diff)
downloadaur-3a730d3848f5033c2603cec69ed4d22576c6294e.tar.gz
Update to 7.16.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12dc877d9b0b..2685b61d4da9 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.5
+ pkgver = 7.16.6
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.5.tgz
+ noextract = heroku-7.16.6.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.16.5.tgz
- sha256sums = bb160c898726f59b0aa45646a5d52dcf8f4877d834e8f2982bff261c46ebae65
+ source = https://registry.npmjs.org/heroku/-/heroku-7.16.6.tgz
+ sha256sums = 5c215669cebb983cb4122a65d231ef881fbc342b8441059763cff09a7f68a082
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 6e6513445699..2ccb39e7dbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.16.5
+pkgver=7.16.6
_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=('bb160c898726f59b0aa45646a5d52dcf8f4877d834e8f2982bff261c46ebae65')
+sha256sums=('5c215669cebb983cb4122a65d231ef881fbc342b8441059763cff09a7f68a082')
noextract=("heroku-$pkgver.tgz")
options=('!strip')