summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-09-15 10:42:40 -0600
committerSampson Crowley2020-09-15 10:42:40 -0600
commitab20f9dafd684a5ba4d393c2993d7e7f837b8440 (patch)
treef8ae5226ac2620bbbfb03ec382f7fc9df8136c38
parent133b320dc195f522b064d278b78b74f816c8227e (diff)
downloadaur-ab20f9dafd684a5ba4d393c2993d7e7f837b8440.tar.gz
upgpkg: heroku-cli 7.43.0-1
upstream release heroku-cli v7.43.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8abcdc13ff3..ea9bfe85e712 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.42.13
- pkgrel = 4
+ pkgver = 7.43.0
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
@@ -14,9 +14,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://storage.googleapis.com/arch-package-files/heroku-cli-v7.42.13-4.tar.xz
- sha256sums = a81a43dd1dfcee006c5d6dd996a16c84365f6b45f1da77508862883bd672d98c
- sha512sums = 2d9390bee6826dc2f371098a43d5a014ec369ea12f5efa042d60150b19a82bc5a2b76a2914502d26acc277487424833e887702eb15bac56a94fda26a8f30fb20
+ source = https://storage.googleapis.com/arch-package-files/heroku-cli-v7.43.0-1.tar.xz
+ sha256sums = e81708573d106d3a5a3a769ae8fdb75f3752ead3cfdb45f1bc445fa24b88e168
+ sha512sums = 4e4fc0b8ac7c550f505bbc56ba0dc1bd2f3d9a66d0690dad297bebeed5e1af95900e5f3a807fe2b3ce863741484cb12627c02c00d3c2e495c91356353a4b5165
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index af3d649292bb..0320a69ef197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Github Contributor: Michael Herold <https://github.com/michaelherold>
pkgname=heroku-cli
-pkgver=7.42.13
-pkgrel=4
+pkgver=7.43.0
+pkgrel=1
_builddir=cli-$pkgver-$pkgrel
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('any')
@@ -15,8 +15,8 @@ depends=('nodejs')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://storage.googleapis.com/arch-package-files/heroku-cli-v$pkgver-$pkgrel.tar.xz")
-sha256sums=('a81a43dd1dfcee006c5d6dd996a16c84365f6b45f1da77508862883bd672d98c')
-sha512sums=('2d9390bee6826dc2f371098a43d5a014ec369ea12f5efa042d60150b19a82bc5a2b76a2914502d26acc277487424833e887702eb15bac56a94fda26a8f30fb20')
+sha256sums=('e81708573d106d3a5a3a769ae8fdb75f3752ead3cfdb45f1bc445fa24b88e168')
+sha512sums=('4e4fc0b8ac7c550f505bbc56ba0dc1bd2f3d9a66d0690dad297bebeed5e1af95900e5f3a807fe2b3ce863741484cb12627c02c00d3c2e495c91356353a4b5165')
options=('!strip')
provides=('heroku' 'heroku-cli')