summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-10-08 17:38:51 -0600
committerSampson Crowley2020-10-08 17:38:51 -0600
commit79cd690938c8bebbc3d56cf2f52530a566985830 (patch)
treea804d178e9f15f544a0d1300b956c4cbc6ec3eb4
parenta6bb55d14be392b5f1894fdf72d72d7d236ece48 (diff)
downloadaur-79cd690938c8bebbc3d56cf2f52530a566985830.tar.gz
upgpkg: heroku-cli-bin 7.45.0-2
upgpkg: heroku-cli 7.45.0-1 upstream release mv .heroku-bin-cli host outside of heroku-cli-bin folder
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e20fa7cefaf..7098fa68e74e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli-bin
- pkgdesc = a tool for creating and managing Heroku apps from the command line
+ pkgdesc = CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth.
pkgver = 7.45.0
- pkgrel = 1
+ pkgrel = 2
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.45.0-1/heroku-cli-bin-v7.45.0-1.tar.xz
- sha256sums = 17e46cf47271d3c043e3d06f3eb5b5c7bc0a4ffc3cc183a1d2f2aa6a6ffc5c41
- sha512sums = 1db75e945986bc2f006f6efe532634e59a0f513c5fef5bc397e312517da0a8e56daaa51e49ea9802617b94e06d4df3491cf0f7b5a8c87a0dcc9dea52bb235a7b
+ source = https://github.com/SampsonCrowley/heroku-cli-bin/raw/v7.45.0-2/heroku-cli-bin-v7.45.0-2.tar.xz
+ sha256sums = b19d665319b7a65e7314a0821a9f0b0917bfb2e32305119e98939190d3f4afd8
+ sha512sums = e60a8b4bc05c664e422b06b690f9b99d53979cc503fe7cbf11c02dee4aec0ad3332331fccd17118678d135e730fc6a16072644cf3fbf90f0c0aa6279dcedcbd8
pkgname = heroku-cli-bin
diff --git a/.gitignore b/.gitignore
index fe08e7861aff..7fb4381fc688 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@ cli-source
*.pkg.tar*
*linux*.tar.xz
heroku-cli*v*-*.tar.xz
-host \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 168679d42785..f92414b16b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=heroku-cli-bin
pkgver=7.45.0
-pkgrel=1
+pkgrel=2
_builddir=cli-$pkgver-$pkgrel
-pkgdesc="a tool for creating and managing Heroku apps from the command line"
+pkgdesc="CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth."
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"
license=('custom' 'ISC')
@@ -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=('17e46cf47271d3c043e3d06f3eb5b5c7bc0a4ffc3cc183a1d2f2aa6a6ffc5c41')
-sha512sums=('1db75e945986bc2f006f6efe532634e59a0f513c5fef5bc397e312517da0a8e56daaa51e49ea9802617b94e06d4df3491cf0f7b5a8c87a0dcc9dea52bb235a7b')
+sha256sums=('b19d665319b7a65e7314a0821a9f0b0917bfb2e32305119e98939190d3f4afd8')
+sha512sums=('e60a8b4bc05c664e422b06b690f9b99d53979cc503fe7cbf11c02dee4aec0ad3332331fccd17118678d135e730fc6a16072644cf3fbf90f0c0aa6279dcedcbd8')
options=('!strip')
provides=('heroku' 'heroku-cli')