diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2024-05-03 03:04:06 -0300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2024-05-04 07:56:41 +0900 |
commit | 4d940f81d592be31be570305f0b151a4c3ebfe2b (patch) | |
tree | d15abe638549da17fcd7b60b88e7dd8cd5591b33 | |
parent | 417edec0034734a22a3ef346ae6f32e73f7056c7 (diff) |
development/heroku-cli: Updated for version 8.11.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-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 e1d8c3af76ed..a256e49e10fd 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:-8.11.0} +VERSION=${VERSION:-8.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=heroku-v8.11.0-a525d5e-linux-x64.tar.xz +TARBALL=heroku-v8.11.5-df5cd30-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 6ae07ce0b16e..62703521da8d 100644 --- a/development/heroku-cli/heroku-cli.info +++ b/development/heroku-cli/heroku-cli.info @@ -1,10 +1,10 @@ PRGNAM="heroku-cli" -VERSION="8.11.0" +VERSION="8.11.5" HOMEPAGE="https://www.heroku.com/home" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/8.11.0/a525d5e/heroku-v8.11.0-a525d5e-linux-x64.tar.xz" -MD5SUM_x86_64="e6ee7fb62ac489aef98155b8ed4057a1" +DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/8.11.5/df5cd30/heroku-v8.11.5-df5cd30-linux-x64.tar.xz" +MD5SUM_x86_64="fdb3118070d581bfc9c4670a205644a2" REQUIRES="" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |