summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2023-10-19 14:31:58 +0200
committerRaphael Nestler2023-10-19 14:31:58 +0200
commit82f76a7b16c45adc444db5f5b94a35bd1d53d9f1 (patch)
tree3ff668c96ccbed017c8789dadaf6787f75b9d861
parenta7d4d36f782d6b94535fa307c61967c3a827e8a6 (diff)
downloadaur-82f76a7b16c45adc444db5f5b94a35bd1d53d9f1.tar.gz
Update to 8.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec893a8d7441..7325dd9e4021 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 = 8.4.2
- pkgrel = 2
+ pkgver = 8.5.0
+ pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
@@ -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.4.2
+ source = git+https://github.com/heroku/cli.git#commit=v8.5.0
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd004712c514..9b7221bf7063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Github Contributors: https://github.com/SampsonCrowley/arch_packages/contributors.md
pkgname=heroku-cli
-pkgver=8.4.2
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"