mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/heroku-cli: Updated for version 9.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f78964ddb
commit
a7d393346c
2 changed files with 5 additions and 5 deletions
|
@ -25,11 +25,11 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=heroku-cli
|
PRGNAM=heroku-cli
|
||||||
VERSION=${VERSION:-8.11.5}
|
VERSION=${VERSION:-9.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
TARBALL=heroku-v8.11.5-df5cd30-linux-x64.tar.xz
|
TARBALL=heroku-v9.1.0-e1e5252-linux-x64.tar.xz
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="heroku-cli"
|
PRGNAM="heroku-cli"
|
||||||
VERSION="8.11.5"
|
VERSION="9.1.0"
|
||||||
HOMEPAGE="https://www.heroku.com/home"
|
HOMEPAGE="https://www.heroku.com/home"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/8.11.5/df5cd30/heroku-v8.11.5-df5cd30-linux-x64.tar.xz"
|
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="fdb3118070d581bfc9c4670a205644a2"
|
MD5SUM_x86_64="72b768d5126628a7d3c8dd7c0eaf13d4"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Diniz Bortolotto"
|
MAINTAINER="Diniz Bortolotto"
|
||||||
EMAIL="diniz.bortolotto@gmail.com"
|
EMAIL="diniz.bortolotto@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue