summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-12-08 14:42:51 -0700
committerSampson Crowley2020-12-08 14:42:51 -0700
commiteb42031296d51951c4c3c3187cea0c1bb2f3d418 (patch)
treea7c6497baf33e7ec32bcccbaa6d4a1ec8b1d0e52
parent47d8fa14d65cb4abed997f2573d1929714b97fed (diff)
downloadaur-eb42031296d51951c4c3c3187cea0c1bb2f3d418.tar.gz
upgpkg: heroku-cli-bin 7.47.4-1
upstream release upgpkg: heroku-cli 7.47.4-1 upstream release heroku-cli 7.47.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e3f3b942d7..7b3ec3126dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroku-cli
pkgdesc = CLI to manage Heroku apps and services with forced auto-update removed
- pkgver = 7.47.3
+ pkgver = 7.47.4
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -17,9 +17,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://github.com/heroku/cli/archive/v7.47.3.tar.gz
- sha256sums = b621af48b0d46db534c0d64bdf4ca9c24377f92e25b2efbdd7745186bb9cadb9
- sha512sums = dc8a03e1ab20ad9465143a8ed06415b38afadeb88f4b9db28b28b261f0739ae54eabcc04436e6d5ce5a5e5200cbb81db8ca59dd6b4a8cd195703cd81f5c4ce69
+ source = https://github.com/heroku/cli/archive/v7.47.4.tar.gz
+ sha256sums = eefa7fa99ac4f39429d319600a4b37d6b73ab0e7c35add30b7e2420f5668a64e
+ sha512sums = a46decd895a0f4d040f128f25c45aa1f3f7978f49eb3c71dc181be57a31695e827878795da21131de3e33236eb91aa66d2e592266fa93b0b14146adeaf7bdef3
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9139a46d40b0..7c70a593798e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Github Contributor: Michael Herold <https://github.com/michaelherold>
pkgname=heroku-cli
-pkgver=7.47.3
+pkgver=7.47.4
pkgrel=1
_builddir=cli-$pkgver-$pkgrel
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
@@ -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=('b621af48b0d46db534c0d64bdf4ca9c24377f92e25b2efbdd7745186bb9cadb9')
-sha512sums=('dc8a03e1ab20ad9465143a8ed06415b38afadeb88f4b9db28b28b261f0739ae54eabcc04436e6d5ce5a5e5200cbb81db8ca59dd6b4a8cd195703cd81f5c4ce69')
+sha256sums=('eefa7fa99ac4f39429d319600a4b37d6b73ab0e7c35add30b7e2420f5668a64e')
+sha512sums=('a46decd895a0f4d040f128f25c45aa1f3f7978f49eb3c71dc181be57a31695e827878795da21131de3e33236eb91aa66d2e592266fa93b0b14146adeaf7bdef3')
options=('!strip')
provides=('heroku' 'heroku-cli')