summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Colman2024-04-29 14:41:18 -0400
committerChloe Colman2024-04-29 14:41:18 -0400
commit58af776233c128a8831e846d4add97f114f9891e (patch)
tree738fefb2238066c18bd0f16bb7bd7876551dae28
parentb4ba45a6588562037a1054ced1edb87988df3538 (diff)
downloadaur-58af776233c128a8831e846d4add97f114f9891e.tar.gz
v8.11.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c2d90b9701..0426adc41b0b 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.10.0
+ pkgver = 8.11.4
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/bb42a3e1e1e45063116016f96eed64357492e396/heroku-cli-bin-v8.10.0-1.tar.xz
- sha256sums = b495ed323fccd72751e8cf8ade20b4f79c6cebc8d17ceb8c1e88fdefdd90d8ee
- sha512sums = 2bedc574fe1009a3038fb343ab6719a4566dfd3414fddbcc72bc45d382386fcafb5428b66e4ddddcf783ceccd3f96a55c064d2a440793104a8f04c6c2e7862a4
+ source = https://github.com/ChloeColman/heroku-cli-bin/raw/cb33177b78646e72e1497163c5c42d6419218a1c/heroku-cli-bin-v8.11.4-1.tar.xz
+ sha256sums = 73c2016c117a8492b37e4ae59d685e2579de6ede6b6e3559d5e6a2163b4a2268
+ sha512sums = 2d74e0cf70c2ba92c958fcb0618e8212091861de95005dbdfd4e369cf9af1e692d4f728b9ae7cc2e7879973fb8e326b91191756e35e493a9c8f0fdf9978198ac
pkgname = heroku-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c4593a11e45a..b1378570a7c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Github Contributor: ahmubashir <https://github.com/amubashir>
pkgname=heroku-cli-bin
-pkgver=8.10.0
+pkgver=8.11.4
pkgrel=1
-_commit_id="bb42a3e1e1e45063116016f96eed64357492e396"
+_commit_id="cb33177b78646e72e1497163c5c42d6419218a1c"
_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=('b495ed323fccd72751e8cf8ade20b4f79c6cebc8d17ceb8c1e88fdefdd90d8ee')
-sha512sums=('2bedc574fe1009a3038fb343ab6719a4566dfd3414fddbcc72bc45d382386fcafb5428b66e4ddddcf783ceccd3f96a55c064d2a440793104a8f04c6c2e7862a4')
+sha256sums=('73c2016c117a8492b37e4ae59d685e2579de6ede6b6e3559d5e6a2163b4a2268')
+sha512sums=('2d74e0cf70c2ba92c958fcb0618e8212091861de95005dbdfd4e369cf9af1e692d4f728b9ae7cc2e7879973fb8e326b91191756e35e493a9c8f0fdf9978198ac')
options=('!strip')
provides=('heroku' 'heroku-cli')