summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2024-04-02 14:13:13 +0200
committerRaphael Nestler2024-04-02 14:13:13 +0200
commitd4593ca307ab6aa68a3bd405b524ea0f107d0ae6 (patch)
tree6ecffa836346b01dcecdc9a984c1f14dabb442a2
parent1f72f498e62f088bf9c9467f32552fcf29153061 (diff)
downloadaur-heroku-cli.tar.gz
Update to 8.11.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd034a14308e..131bbe6209e8 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 = 8.10.0
+ pkgver = 8.11.1
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -18,8 +18,8 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = git+https://github.com/heroku/cli.git#commit=v8.10.0
- sha256sums = SKIP
- sha512sums = SKIP
+ source = git+https://github.com/heroku/cli.git#commit=v8.11.1
+ sha256sums = d9138827a59b6ddf630da902f543ca5a088ac13e50e2b8eb33aaad915edb1b4f
+ sha512sums = 21aa184176143bed3376d4d6bff9df848e49bf55d6e8cae321e37d353c56065a761c27ee32c6fdd1d05c7cb2efb7d3acd7a182572733def604b47d7393b1d82b
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index a08b6ab120fe..adc000ae1ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Github Contributors: https://github.com/SampsonCrowley/arch_packages/contributors.md
pkgname=heroku-cli
-pkgver=8.10.0
+pkgver=8.11.1
pkgrel=1
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
@@ -15,8 +15,8 @@ makedepends=('yarn' 'git' 'npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli-bin' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("git+https://github.com/heroku/cli.git#commit=v${pkgver}")
-sha256sums=('SKIP')
-sha512sums=('SKIP')
+sha256sums=('d9138827a59b6ddf630da902f543ca5a088ac13e50e2b8eb33aaad915edb1b4f')
+sha512sums=('21aa184176143bed3376d4d6bff9df848e49bf55d6e8cae321e37d353c56065a761c27ee32c6fdd1d05c7cb2efb7d3acd7a182572733def604b47d7393b1d82b')
options=('!strip')
provides=('heroku' 'heroku-cli')