diff options
author | Sampson Crowley | 2020-04-27 17:40:47 -0600 |
---|---|---|
committer | Sampson Crowley | 2020-04-27 17:40:47 -0600 |
commit | 8784368ca65893d3c033a238d3525402064015bd (patch) | |
tree | 6e25fe8c415341422b45bd6ab560bb8d79eca2fe | |
parent | 2db8fd3b29179cc5d0b2de5eba43041e7189448e (diff) | |
download | aur-8784368ca65893d3c033a238d3525402064015bd.tar.gz |
upgpkg: heroku-cli 7.39.2-2
Heroku CLI: new-release for install tweaks
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = heroku-cli pkgdesc = a tool for creating and managing Heroku apps from the command line pkgver = 7.39.2 - pkgrel = 1 + pkgrel = 2 url = https://devcenter.heroku.com/articles/heroku-cli arch = x86_64 license = custom @@ -1,10 +1,11 @@ # Maintainer: Sampson Crowley <sampsonsprojects@gmail.com> # Contributor: Rhys Kenwell <redrield+aur@gmail.com> +# Github Contributor: Michael Herold <https://github.com/michaelherold> pkgname=heroku-cli pkgver=7.39.2 _builddir=cli-${pkgver} -pkgrel=1 +pkgrel=2 pkgdesc="a tool for creating and managing Heroku apps from the command line" arch=('x86_64') url="https://devcenter.heroku.com/articles/heroku-cli" |