summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-11-23 17:32:43 -0700
committerSampson Crowley2020-11-23 17:32:43 -0700
commit47d8fa14d65cb4abed997f2573d1929714b97fed (patch)
tree49398968c55d84bf8ba3263cf6b41deda7a5edf8
parent4ee930dcb1b7110a96e73fb8360fc7d36406f883 (diff)
downloadaur-47d8fa14d65cb4abed997f2573d1929714b97fed.tar.gz
upgpkg: heroku-cli-bin 7.47.3-1
upstream release upgpkg: heroku-cli 7.47.3-1 upstream release heroku updates
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33596e3f6422..04e3f3b942d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli
pkgdesc = CLI to manage Heroku apps and services with forced auto-update removed
- pkgver = 7.47.2
- pkgrel = 3
+ pkgver = 7.47.3
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
@@ -17,9 +17,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://github.com/heroku/cli/archive/v7.47.2.tar.gz
- sha256sums = 296710bdde3e4b856adc66c5dedb6a07e2b2490a2a205feb81a08d6cecaf7add
- sha512sums = 7ef0ea969e6ba8bcddd085658f08b659ece5fe204c3448338f7af48e86c4df5436773c9c35e622c4b0a52db0b3b2ceca9c7e9811c421528c7d9b15050d7e80b5
+ source = https://github.com/heroku/cli/archive/v7.47.3.tar.gz
+ sha256sums = b621af48b0d46db534c0d64bdf4ca9c24377f92e25b2efbdd7745186bb9cadb9
+ sha512sums = dc8a03e1ab20ad9465143a8ed06415b38afadeb88f4b9db28b28b261f0739ae54eabcc04436e6d5ce5a5e5200cbb81db8ca59dd6b4a8cd195703cd81f5c4ce69
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index d7052f2698d1..9139a46d40b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Github Contributor: Michael Herold <https://github.com/michaelherold>
pkgname=heroku-cli
-pkgver=7.47.2
-pkgrel=3
+pkgver=7.47.3
+pkgrel=1
_builddir=cli-$pkgver-$pkgrel
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
@@ -15,8 +15,8 @@ makedepends=('npm' 'perl')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli-bin' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://github.com/heroku/cli/archive/v$pkgver.tar.gz")
-sha256sums=('296710bdde3e4b856adc66c5dedb6a07e2b2490a2a205feb81a08d6cecaf7add')
-sha512sums=('7ef0ea969e6ba8bcddd085658f08b659ece5fe204c3448338f7af48e86c4df5436773c9c35e622c4b0a52db0b3b2ceca9c7e9811c421528c7d9b15050d7e80b5')
+sha256sums=('b621af48b0d46db534c0d64bdf4ca9c24377f92e25b2efbdd7745186bb9cadb9')
+sha512sums=('dc8a03e1ab20ad9465143a8ed06415b38afadeb88f4b9db28b28b261f0739ae54eabcc04436e6d5ce5a5e5200cbb81db8ca59dd6b4a8cd195703cd81f5c4ce69')
options=('!strip')
provides=('heroku' 'heroku-cli')