summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Colman2023-10-05 10:54:51 -0400
committerChloe Colman2023-10-05 10:54:51 -0400
commit5d538a013947ad3012fd6c98fd3059a17352c272 (patch)
tree58e1b83adb4f3de60d1453e4dbe1ff0e0421612e
parent5d78d87c94b189e24756dd9d33127d2b86e248cc (diff)
downloadaur-5d538a013947ad3012fd6c98fd3059a17352c272.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 923a36f9054c..e53fe196c3e4 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.2
+ pkgver = 8.4.5
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/5f13e07e015da8ca792e74414985b3c63b206e08/heroku-cli-bin-v8.4.2-1.tar.xz
- sha256sums = 89b07b2720419708de967c42354901e046e97259b5b4b89c01a6341ea08a6135
- sha512sums = f6a44307bcb4625f6c7368a74b5f0569fec558db6c2adf25d28d4dd0ae7860fd3a52583f58135be2713d7d333ecc22886dbbadc7faee714342a556eefba39729
+ source = https://github.com/ChloeColman/heroku-cli-bin/raw/418b2e05e417195cd7407170a629afd524c0cb42/heroku-cli-bin-v8.4.5-1.tar.xz
+ sha256sums = 411d348333df8513eef2219cf785eacd9ef45bd37b898951660f53f285fca1ea
+ sha512sums = 06a45eba0343919767ec1d88f4764984cbc7f755f09ef229b59191e3aa9a480b26d8dfe82ea0bd82aec132358cfab4f7de7f5ba33266613e2094d7d1ea38e0d5
pkgname = heroku-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 035f5d7c8525..c32ce4e1c0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Github Contributor: ahmubashir <https://github.com/amubashir>
pkgname=heroku-cli-bin
-pkgver=8.4.2
+pkgver=8.4.5
pkgrel=1
-_commit_id="5f13e07e015da8ca792e74414985b3c63b206e08"
+_commit_id="418b2e05e417195cd7407170a629afd524c0cb42"
_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=('89b07b2720419708de967c42354901e046e97259b5b4b89c01a6341ea08a6135')
-sha512sums=('f6a44307bcb4625f6c7368a74b5f0569fec558db6c2adf25d28d4dd0ae7860fd3a52583f58135be2713d7d333ecc22886dbbadc7faee714342a556eefba39729')
+sha256sums=('411d348333df8513eef2219cf785eacd9ef45bd37b898951660f53f285fca1ea')
+sha512sums=('06a45eba0343919767ec1d88f4764984cbc7f755f09ef229b59191e3aa9a480b26d8dfe82ea0bd82aec132358cfab4f7de7f5ba33266613e2094d7d1ea38e0d5')
options=('!strip')
provides=('heroku' 'heroku-cli')