summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2024-03-05 16:27:14 +0100
committerRaphael Nestler2024-03-05 16:27:14 +0100
commit1f72f498e62f088bf9c9467f32552fcf29153061 (patch)
tree4741b8f4bb3d207f810b378d281ecef1758121b5
parent1e5d926c6e585fca0a7e4871083f07f519ffad62 (diff)
downloadaur-1f72f498e62f088bf9c9467f32552fcf29153061.tar.gz
Update to 8.10.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70fbcda268e8..fd034a14308e 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.9.0
+ pkgver = 8.10.0
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -18,7 +18,7 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = git+https://github.com/heroku/cli.git#commit=v8.9.0
+ source = git+https://github.com/heroku/cli.git#commit=v8.10.0
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e20f2f51b7f..a08b6ab120fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Github Contributors: https://github.com/SampsonCrowley/arch_packages/contributors.md
pkgname=heroku-cli
-pkgver=8.9.0
+pkgver=8.10.0
pkgrel=1
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')