mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/heroku-cli: Updated for version 9.3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
05f48113a7
commit
119e64881b
2 changed files with 10 additions and 5 deletions
|
@ -25,11 +25,11 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=heroku-cli
|
||||
VERSION=${VERSION:-9.2.1}
|
||||
VERSION=${VERSION:-9.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
TARBALL=heroku-v9.2.1-6e4f307-linux-x64.tar.xz
|
||||
TARBALL=heroku-v9.3.2-0bce57c-linux-x64.tar.xz
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -68,6 +68,11 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Remove build dirs to solve sbolintpkg 05-basic-sanity
|
||||
set +e
|
||||
find . -type d -name "build" -exec rm -rf '{}' \; 2>/dev/null
|
||||
set -e
|
||||
|
||||
#Not a configure/make/make install program.
|
||||
#So we will put it on /opt
|
||||
mkdir -p $PKG/opt/$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="heroku-cli"
|
||||
VERSION="9.2.1"
|
||||
VERSION="9.3.2"
|
||||
HOMEPAGE="https://www.heroku.com/home"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
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"
|
||||
DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.3.2/0bce57c/heroku-v9.3.2-0bce57c-linux-x64.tar.xz"
|
||||
MD5SUM_x86_64="3ae97843a34d7ed17996ec02c9018098"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Diniz Bortolotto"
|
||||
EMAIL="diniz.bortolotto@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue