aboutsummaryrefslogtreecommitdiff
path: root/libraries/php-ssh2/php-ssh2.SlackBuild
diff options
context:
space:
mode:
authorMario Preksavec <mario@slackware.hr>2025-02-20 06:27:06 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-22 10:01:34 +0700
commite2a508139ab38bddb9a45938e04d4f5ee5c63e42 (patch)
treef269869ce4068b8d1bad48ea8d6378893bf6e64a /libraries/php-ssh2/php-ssh2.SlackBuild
parent74561ea5871e9d9d8697de74a531f205002ef670 (diff)
libraries/php-ssh2: Updated for version 1.4.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-ssh2/php-ssh2.SlackBuild')
-rw-r--r--libraries/php-ssh2/php-ssh2.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild
index cad789a789..22f0dace95 100644
--- a/libraries/php-ssh2/php-ssh2.SlackBuild
+++ b/libraries/php-ssh2/php-ssh2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for php-ssh2
-# Copyright 2012, 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2012, 2025 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php-ssh2
SRCNAM=ssh2
-VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.4.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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