summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Colman2023-10-05 11:18:35 -0400
committerChloe Colman2023-10-05 11:18:35 -0400
commitdf522d9b5bf9ad5fa5980e645c433c14c5848c09 (patch)
tree03a1d80286af67b7ff80f7e2fbb1b5f9ee64e970
parent5d538a013947ad3012fd6c98fd3059a17352c272 (diff)
downloadaur-df522d9b5bf9ad5fa5980e645c433c14c5848c09.tar.gz
v8.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53fe196c3e4..3b7c14ff5d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroku-cli-bin
pkgdesc = CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth.
- pkgver = 8.4.5
+ pkgver = 8.5.0
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -15,8 +15,8 @@ pkgbase = heroku-cli-bin
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://github.com/ChloeColman/heroku-cli-bin/raw/418b2e05e417195cd7407170a629afd524c0cb42/heroku-cli-bin-v8.4.5-1.tar.xz
- sha256sums = 411d348333df8513eef2219cf785eacd9ef45bd37b898951660f53f285fca1ea
- sha512sums = 06a45eba0343919767ec1d88f4764984cbc7f755f09ef229b59191e3aa9a480b26d8dfe82ea0bd82aec132358cfab4f7de7f5ba33266613e2094d7d1ea38e0d5
+ source = https://github.com/ChloeColman/heroku-cli-bin/raw/96a0ca86826b7117a12d5d6d35516bd2e31dbd5d/heroku-cli-bin-v8.5.0-1.tar.xz
+ sha256sums = f6c63e7c656dfd788b8a117069ab58c148fe91ff1ae45a4baa13a265a44818ce
+ sha512sums = c37dd4602e9448d061ff12f49d2beaeea1c1dc247f5cbaa2948429b1a622a105672f14671ccb0d8d13b48932a642d78314dbe3e605949966f0d9a82b25678368
pkgname = heroku-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c32ce4e1c0a1..827d95bee4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Github Contributor: ahmubashir <https://github.com/amubashir>
pkgname=heroku-cli-bin
-pkgver=8.4.5
+pkgver=8.5.0
pkgrel=1
-_commit_id="418b2e05e417195cd7407170a629afd524c0cb42"
+_commit_id="96a0ca86826b7117a12d5d6d35516bd2e31dbd5d"
_builddir="cli-$pkgver-$pkgrel"
pkgdesc="CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth."
arch=('any')
@@ -15,8 +15,8 @@ depends=('nodejs')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://github.com/ChloeColman/heroku-cli-bin/raw/${_commit_id}/heroku-cli-bin-v$pkgver-$pkgrel.tar.xz")
-sha256sums=('411d348333df8513eef2219cf785eacd9ef45bd37b898951660f53f285fca1ea')
-sha512sums=('06a45eba0343919767ec1d88f4764984cbc7f755f09ef229b59191e3aa9a480b26d8dfe82ea0bd82aec132358cfab4f7de7f5ba33266613e2094d7d1ea38e0d5')
+sha256sums=('f6c63e7c656dfd788b8a117069ab58c148fe91ff1ae45a4baa13a265a44818ce')
+sha512sums=('c37dd4602e9448d061ff12f49d2beaeea1c1dc247f5cbaa2948429b1a622a105672f14671ccb0d8d13b48932a642d78314dbe3e605949966f0d9a82b25678368')
options=('!strip')
provides=('heroku' 'heroku-cli')