diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2024-09-09 04:45:49 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-10 11:24:04 +0700 |
commit | 4e43f5703a7609be5aa05a9f894a442eddc56535 (patch) | |
tree | 1cf289780442bd329be774fc9288af021497d2b5 | |
parent | bfe59f8fbf7011b38196073cc53f0675c68c2338 (diff) |
development/heroku-cli: Updated for version 9.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/heroku-cli/heroku-cli.SlackBuild | 4 | ||||
-rw-r--r-- | development/heroku-cli/heroku-cli.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/heroku-cli/heroku-cli.SlackBuild b/development/heroku-cli/heroku-cli.SlackBuild index fcdca5e6ef28..ac5deafeec5d 100644 --- a/development/heroku-cli/heroku-cli.SlackBuild +++ b/development/heroku-cli/heroku-cli.SlackBuild @@ -25,11 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=heroku-cli -VERSION=${VERSION:-9.1.0} +VERSION=${VERSION:-9.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=heroku-v9.1.0-e1e5252-linux-x64.tar.xz +TARBALL=heroku-v9.2.1-6e4f307-linux-x64.tar.xz if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/development/heroku-cli/heroku-cli.info b/development/heroku-cli/heroku-cli.info index 6fc4154b777a..b220dd4074a5 100644 --- a/development/heroku-cli/heroku-cli.info +++ b/development/heroku-cli/heroku-cli.info @@ -1,10 +1,10 @@ PRGNAM="heroku-cli" -VERSION="9.1.0" +VERSION="9.2.1" HOMEPAGE="https://www.heroku.com/home" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.1.0/e1e5252/heroku-v9.1.0-e1e5252-linux-x64.tar.xz" -MD5SUM_x86_64="72b768d5126628a7d3c8dd7c0eaf13d4" +DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.2.1/6e4f307/heroku-v9.2.1-6e4f307-linux-x64.tar.xz" +MD5SUM_x86_64="a8b3442a2f4489b9c659ea45d52b226b" REQUIRES="" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |