diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2024-03-25 09:28:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-27 05:51:46 +0700 |
commit | 3cb0706bee1b5df54b9c1c2ca2b55a55db1db180 (patch) | |
tree | 3c7f61976157a5743b26eaa18563a23838a4426f /network/wp-cli/wp-cli.SlackBuild | |
parent | 349c6989dfb8cd7e6e3ca697d0f547cfe36f66b1 (diff) |
network/wp-cli: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wp-cli/wp-cli.SlackBuild')
-rw-r--r-- | network/wp-cli/wp-cli.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/wp-cli/wp-cli.SlackBuild b/network/wp-cli/wp-cli.SlackBuild index eb0f4247b992d..e68654632fdaf 100644 --- a/network/wp-cli/wp-cli.SlackBuild +++ b/network/wp-cli/wp-cli.SlackBuild @@ -28,16 +28,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wp-cli -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |