summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-10-16 12:30:56 -0600
committerSampson Crowley2020-10-16 12:30:56 -0600
commit1120afc12288d245700bb0535b8cf452cbd7d066 (patch)
treeed61dae808da32aad62efc9a6af46b6ee4b5dcb3
parent1b501159a3da33127d400b9de2dad5da24d14afb (diff)
downloadaur-1120afc12288d245700bb0535b8cf452cbd7d066.tar.gz
upgpkg: heroku-cli-bin 7.46.0-1
upstream release upgpkg: heroku-cli 7.46.0-1 upstream release update heroku-cli(and bin) to 7.46.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d0ed69fe3f..d07f5b2ca6b1 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.45.0
- pkgrel = 3
+ pkgver = 7.46.0
+ pkgrel = 1
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-3/heroku-cli-bin-v7.45.0-3.tar.xz
- sha256sums = 1ae4edbfa659360e456df4dbf39ef4b1ab09b4b1bfda64265d3eb90aff85680f
- sha512sums = b0561f6a85c1dde53a078c87ce7f0abf62ae607a7d52e34083ff5ab392bd7103e880ee4f6b87d3ed3502b629fdba06c159ae0e98e20286392bb9316eb928e613
+ source = https://github.com/SampsonCrowley/heroku-cli-bin/raw/v7.46.0-1/heroku-cli-bin-v7.46.0-1.tar.xz
+ sha256sums = 50fc7c586b5d62ad3c8e5a5eeeae2de7ed29220263b44e995813c6c82105343a
+ sha512sums = 3d467fd54898d92ec2686f1e9ca3c52d51e2f9ec14332975e1e2a307f2566872d578b8c073072a80699d029c2e0bdc842511e33e9fae999a2124a5fd00875cde
pkgname = heroku-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2340d0d5eed7..e4666ee36d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sampson Crowley <sampsonsprojects@gmail.com>
pkgname=heroku-cli-bin
-pkgver=7.45.0
-pkgrel=3
+pkgver=7.46.0
+pkgrel=1
_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=('1ae4edbfa659360e456df4dbf39ef4b1ab09b4b1bfda64265d3eb90aff85680f')
-sha512sums=('b0561f6a85c1dde53a078c87ce7f0abf62ae607a7d52e34083ff5ab392bd7103e880ee4f6b87d3ed3502b629fdba06c159ae0e98e20286392bb9316eb928e613')
+sha256sums=('50fc7c586b5d62ad3c8e5a5eeeae2de7ed29220263b44e995813c6c82105343a')
+sha512sums=('3d467fd54898d92ec2686f1e9ca3c52d51e2f9ec14332975e1e2a307f2566872d578b8c073072a80699d029c2e0bdc842511e33e9fae999a2124a5fd00875cde')
options=('!strip')
provides=('heroku' 'heroku-cli')