summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-01-21 18:52:31 -0700
committerSampson Crowley2020-01-21 18:52:31 -0700
commit91a7019d9688119c71a92b2bad5e137e342fa35c (patch)
tree7f6b53c750b4515ba352a417f2031d830d88eba8
parent352dd52a8b306c17aacdd98aaab28205a2e64378 (diff)
downloadaur-91a7019d9688119c71a92b2bad5e137e342fa35c.tar.gz
upgpkg: heroku-cli 7.36.3-1
upstream release update heroku-cli to 7.36.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e5af998c0d..3b179a6e221d 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.35.1
+ pkgver = 7.36.3
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- noextract = heroku-7.35.1.tgz
+ noextract = heroku-7.36.3.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.35.1.tgz
- sha256sums = 64996ba1bf2acbdf86cb2e3087e3e0339f84874318cdd96a9b1c6415d75bcff0
- sha512sums = 2f19b5166433d411016508cb620a8411ea5fff2c6467f5ff173904075bd9653679a6af95c9185b06f8f1a4d5b92ba4de19c349b4a5ec51d156adc03bee895fc1
+ source = https://registry.npmjs.org/heroku/-/heroku-7.36.3.tgz
+ sha256sums = 2f55c1482fd0a195ce3ab3e65547910069543bf6f59c3033e8dc775174ed88fb
+ sha512sums = 14112ae52eb58ff98285dd6b4bf1117af7ad981b33fd9c26af58733848ae0f4f4c2047a72bbc6414d5a07c7f17c97eacbefa9a459714c6a7511e5e72b797943d
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index a5664e2fa3ef..e8f40354c0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.35.1
+pkgver=7.36.3
_builddir=cli-${pkgver}
pkgrel=1
pkgdesc="a tool for creating and managing Heroku apps from the command line"
@@ -14,8 +14,8 @@ 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=('64996ba1bf2acbdf86cb2e3087e3e0339f84874318cdd96a9b1c6415d75bcff0')
-sha512sums=('2f19b5166433d411016508cb620a8411ea5fff2c6467f5ff173904075bd9653679a6af95c9185b06f8f1a4d5b92ba4de19c349b4a5ec51d156adc03bee895fc1')
+sha256sums=('2f55c1482fd0a195ce3ab3e65547910069543bf6f59c3033e8dc775174ed88fb')
+sha512sums=('14112ae52eb58ff98285dd6b4bf1117af7ad981b33fd9c26af58733848ae0f4f4c2047a72bbc6414d5a07c7f17c97eacbefa9a459714c6a7511e5e72b797943d')
noextract=("heroku-$pkgver.tgz")
options=('!strip')