summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79bd48f418ce..bd6d9b3106f7 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.60.1
+ pkgver = 7.60.2
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -19,7 +19,7 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = git+https://github.com/heroku/cli.git#commit=4e998800e9bde9b30d97e465f1e2c066c5734ff5
+ source = git+https://github.com/heroku/cli.git#commit=b8292f347101f13c2bb833b1dcf088886c8aa984
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fa29455a5765..c73478523370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,11 @@
# Maintainer: Sampson Crowley <sampsonsprojects@gmail.com>
# Contributor: Rhys Kenwell <redrield+aur@gmail.com>
-# Github Contributor: Michael Herold <https://github.com/michaelherold>
-# Github Contributor: ahmubashir <https://github.com/amubashir>
-# Github Contributor: Joey Dumont <https://github.com/joeydumont>
+# Github Contributors: https://github.com/SampsonCrowley/arch_packages/contributors.md
pkgname=heroku-cli
-pkgver=7.60.1
-pkgrel=2
-_commit_id="4e998800e9bde9b30d97e465f1e2c066c5734ff5"
+pkgver=7.60.2
+pkgrel=1
+_commit_id="b8292f347101f13c2bb833b1dcf088886c8aa984"
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"