diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 14:16:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:53 +0700 |
commit | 02ca95f7ceb3d4667e1590339d6ff064d29b5d98 (patch) | |
tree | 815ef75eb12342b5bfe25f0ad0e6349130525313 /development/cproto/cproto.SlackBuild | |
parent | fa576b482fddd1c122e92d821b54c7fb552cd749 (diff) |
development/cproto: Updated for version 4.7s.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cproto/cproto.SlackBuild')
-rw-r--r-- | development/cproto/cproto.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/cproto/cproto.SlackBuild b/development/cproto/cproto.SlackBuild index 245608aecce23..6b7cb055d51b7 100644 --- a/development/cproto/cproto.SlackBuild +++ b/development/cproto/cproto.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cproto -VERSION=${VERSION:-4.7q} +VERSION=${VERSION:-4.7s} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -22,9 +22,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 |