diff options
Diffstat (limited to 'development/heroku-cli')
-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 1c4de29619..cd3d80afaa 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.4.0} +VERSION=${VERSION:-10.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=heroku-v9.4.0-cb2b939-linux-x64.tar.xz +TARBALL=heroku-v10.0.0-b084308-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 488d05b106..62f8ad8f3b 100644 --- a/development/heroku-cli/heroku-cli.info +++ b/development/heroku-cli/heroku-cli.info @@ -1,10 +1,10 @@ PRGNAM="heroku-cli" -VERSION="9.4.0" +VERSION="10.0.0" HOMEPAGE="https://www.heroku.com/home" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.4.0/cb2b939/heroku-v9.4.0-cb2b939-linux-x64.tar.xz" -MD5SUM_x86_64="2ed443e9a952aac396bc1f72e69b216b" +DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/10.0.0/b084308/heroku-v10.0.0-b084308-linux-x64.tar.xz" +MD5SUM_x86_64="d37cd2e309005eda7e9fab4361963ad7" REQUIRES="" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |