summaryrefslogtreecommitdiffstats
path: root/libraries/libwebsockets/libwebsockets.SlackBuild
diff options
context:
space:
mode:
author Matthew Budd <mjbudd77@yahoo.com>2019-06-15 06:47:47 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-15 06:47:47 +0700
commitf72b5f8542ad18e847da11e74da13943eb6714c8 (patch)
treeac8af65fd777303097ba633cdf959ef891fed506 /libraries/libwebsockets/libwebsockets.SlackBuild
parent36a751fc0b5a27ca1f422ab3e4fb1da70d3ae44f (diff)
downloadslackbuilds-f72b5f8542ad18e847da11e74da13943eb6714c8.tar.gz
slackbuilds-f72b5f8542ad18e847da11e74da13943eb6714c8.tar.xz
libraries/libwebsockets: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libwebsockets/libwebsockets.SlackBuild')
-rw-r--r--libraries/libwebsockets/libwebsockets.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libwebsockets/libwebsockets.SlackBuild b/libraries/libwebsockets/libwebsockets.SlackBuild
index 597f9e9ecc..fcbb84078d 100644
--- a/libraries/libwebsockets/libwebsockets.SlackBuild
+++ b/libraries/libwebsockets/libwebsockets.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libwebsockets
-VERSION=${VERSION:-2.0.2}
+VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- LICENSE README.md README.coding.md changelog \
+ LICENSE README.md READMEs/* changelog \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild