summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2021-01-05 23:21:37 -0700
committerSampson Crowley2021-01-05 23:21:37 -0700
commit06625f5d1e0bc539b11f44941d6ba8f64f3040a0 (patch)
tree4033b97b42ab75f690e6253a4a542da14db531be
parent9da7b9df08448706d81ebc197447e6496262d4e2 (diff)
downloadaur-06625f5d1e0bc539b11f44941d6ba8f64f3040a0.tar.gz
upgpkg: heroku-cli-bin 7.47.7-3
heroku-cli-bin: rebuild and fix checksums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b6b571eab4..0c41882593ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli-bin
pkgdesc = CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth.
pkgver = 7.47.7
- pkgrel = 2
+ pkgrel = 3
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
@@ -16,9 +16,9 @@ pkgbase = heroku-cli-bin
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://github.com/SampsonCrowley/heroku-cli-bin/raw/v7.47.7-2/heroku-cli-bin-v7.47.7-2.tar.xz
- sha256sums = 8f29cf6ad405fb0b3ced5f8f282a46549f837da3f5bdaf14ecad83be6529c107
- sha512sums = c62dbbe44249f51c7ee07c326ea0319ec1eb43afc9db90c58e7797ccaee89d9a3c885c461f80f693619ad755c7e75789bf09c46068b05b664ad0f8849a9ecdb6
+ source = https://github.com/SampsonCrowley/heroku-cli-bin/raw/v7.47.7-3/heroku-cli-bin-v7.47.7-3.tar.xz
+ sha256sums = 334731b7d2d0967fc0fc6d1a2a4d22c674c885a6358492b8dcf725f2b8c2dbda
+ sha512sums = 4b6842bdfb048650a7825ee4432137ca3e45d840f4ffc8104b06c89a7bbc9cc3e08083bcbbc50362721e8657639695104a187ec96340cfde0472b5106c4bb1db
pkgname = heroku-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19eb3eede883..a017f060feb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=heroku-cli-bin
pkgver=7.47.7
-pkgrel=2
+pkgrel=3
_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')
@@ -13,8 +13,8 @@ makedepends=('npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://github.com/SampsonCrowley/heroku-cli-bin/raw/v$pkgver-$pkgrel/heroku-cli-bin-v$pkgver-$pkgrel.tar.xz")
-sha256sums=('8f29cf6ad405fb0b3ced5f8f282a46549f837da3f5bdaf14ecad83be6529c107')
-sha512sums=('c62dbbe44249f51c7ee07c326ea0319ec1eb43afc9db90c58e7797ccaee89d9a3c885c461f80f693619ad755c7e75789bf09c46068b05b664ad0f8849a9ecdb6')
+sha256sums=('334731b7d2d0967fc0fc6d1a2a4d22c674c885a6358492b8dcf725f2b8c2dbda')
+sha512sums=('4b6842bdfb048650a7825ee4432137ca3e45d840f4ffc8104b06c89a7bbc9cc3e08083bcbbc50362721e8657639695104a187ec96340cfde0472b5106c4bb1db')
options=('!strip')
provides=('heroku' 'heroku-cli')