mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/cf-cli: Updated for version 6.50.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
01c8656ba9
commit
9e42f0eb7e
3 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
BIN=cf
|
||||
PRGNAM=$BIN-cli
|
||||
VERSION=${VERSION:-6.49.0}
|
||||
VERSION=${VERSION:-6.50.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cf-cli"
|
||||
VERSION="6.49.0"
|
||||
VERSION="6.50.0"
|
||||
HOMEPAGE="https://docs.cloudfoundry.org/cf-cli"
|
||||
DOWNLOAD="https://s3-us-west-1.amazonaws.com/cf-cli-releases/releases/v6.49.0/cf-cli_6.49.0_linux_i686.tgz"
|
||||
MD5SUM="62805f67b01bb0df0777a35b3c343534"
|
||||
DOWNLOAD_x86_64="https://s3-us-west-1.amazonaws.com/cf-cli-releases/releases/v6.49.0/cf-cli_6.49.0_linux_x86-64.tgz"
|
||||
MD5SUM_x86_64="dbd9d6f47190d7e7e358bfc2a5b2d13a"
|
||||
DOWNLOAD="https://s3-us-west-1.amazonaws.com/cf-cli-releases/releases/v6.50.0/cf-cli_6.50.0_linux_i686.tgz"
|
||||
MD5SUM="ece120a4ac7aef7bbbded7b9b48ef5a5"
|
||||
DOWNLOAD_x86_64="https://s3-us-west-1.amazonaws.com/cf-cli-releases/releases/v6.50.0/cf-cli_6.50.0_linux_x86-64.tgz"
|
||||
MD5SUM_x86_64="e4afd63ebcf24d8219641ca223665740"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dmitrii Sosedov"
|
||||
EMAIL="d.sosedov@gmail.com"
|
||||
|
|
|
@ -15,5 +15,5 @@ cf-cli: deploy network apps or services and make them available to the world
|
|||
cf-cli: in a few minutes.
|
||||
cf-cli:
|
||||
cf-cli: Homepage: https://docs.cloudfoundry.org/cf-cli
|
||||
cf-cli: Release date: Jan 7, 2020
|
||||
cf-cli: Release date: Mar 3, 2020
|
||||
cf-cli:
|
||||
|
|
Loading…
Reference in a new issue