summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-09-21 16:44:10 -0600
committerSampson Crowley2020-09-21 16:44:10 -0600
commit9c7a622a2fb7e6678c5eda2c681eda089dea8909 (patch)
tree5a9777953fcba66bab5a1fd112a37f3f7053b148
parentab20f9dafd684a5ba4d393c2993d7e7f837b8440 (diff)
downloadaur-9c7a622a2fb7e6678c5eda2c681eda089dea8909.tar.gz
upgpkg: heroku-cli 7.43.1-1
upstream release update heroku to v7.43.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9bfe85e712..9cedb3aed1cc 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.43.0
+ pkgver = 7.43.1
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -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.43.0-1.tar.xz
- sha256sums = e81708573d106d3a5a3a769ae8fdb75f3752ead3cfdb45f1bc445fa24b88e168
- sha512sums = 4e4fc0b8ac7c550f505bbc56ba0dc1bd2f3d9a66d0690dad297bebeed5e1af95900e5f3a807fe2b3ce863741484cb12627c02c00d3c2e495c91356353a4b5165
+ source = https://storage.googleapis.com/arch-package-files/heroku-cli-v7.43.1-1.tar.xz
+ sha256sums = 2bbe28c07f7e2e416ec7a6d95c64cb71f02ad05f8f23b3ec071cd6d61987e6df
+ sha512sums = 68a7a2dc08457bc697b63ae963c3ae004fc416eecf393e8853b1a584b9a29357fd02ba8c22c54646785fe65d5021b55b09f1e1d790d1efee7eefa10baee13047
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0320a69ef197..8561303f7b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Github Contributor: Michael Herold <https://github.com/michaelherold>
pkgname=heroku-cli
-pkgver=7.43.0
+pkgver=7.43.1
pkgrel=1
_builddir=cli-$pkgver-$pkgrel
pkgdesc="a tool for creating and managing Heroku apps from the command line"
@@ -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=('e81708573d106d3a5a3a769ae8fdb75f3752ead3cfdb45f1bc445fa24b88e168')
-sha512sums=('4e4fc0b8ac7c550f505bbc56ba0dc1bd2f3d9a66d0690dad297bebeed5e1af95900e5f3a807fe2b3ce863741484cb12627c02c00d3c2e495c91356353a4b5165')
+sha256sums=('2bbe28c07f7e2e416ec7a6d95c64cb71f02ad05f8f23b3ec071cd6d61987e6df')
+sha512sums=('68a7a2dc08457bc697b63ae963c3ae004fc416eecf393e8853b1a584b9a29357fd02ba8c22c54646785fe65d5021b55b09f1e1d790d1efee7eefa10baee13047')
options=('!strip')
provides=('heroku' 'heroku-cli')