diff options
Diffstat (limited to 'libraries/uriparser/uriparser.SlackBuild')
-rw-r--r-- | libraries/uriparser/uriparser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/uriparser/uriparser.SlackBuild b/libraries/uriparser/uriparser.SlackBuild index fb7aad977d..353c06cb60 100644 --- a/libraries/uriparser/uriparser.SlackBuild +++ b/libraries/uriparser/uriparser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for uriparser -# Copyright 2015-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2015-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uriparser -VERSION=${VERSION:-0.9.8} +VERSION=${VERSION:-0.9.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -61,7 +61,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING ChangeLog THANKS" +DOCS="AUTHORS COPYING* ChangeLog THANKS" set -e |