summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--libraries/libwebsockets/libwebsockets.SlackBuild4
-rw-r--r--libraries/libwebsockets/libwebsockets.info6
2 files changed, 5 insertions, 5 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
diff --git a/libraries/libwebsockets/libwebsockets.info b/libraries/libwebsockets/libwebsockets.info
index 9f832a06a7..c922f9a8fe 100644
--- a/libraries/libwebsockets/libwebsockets.info
+++ b/libraries/libwebsockets/libwebsockets.info
@@ -1,8 +1,8 @@
PRGNAM="libwebsockets"
-VERSION="2.0.2"
+VERSION="3.1.0"
HOMEPAGE="https://libwebsockets.org/"
-DOWNLOAD="https://github.com/warmcat/libwebsockets/archive/v2.0.2/libwebsockets-2.0.2.tar.gz"
-MD5SUM="778c920a580fba1f943c84e9702e7b26"
+DOWNLOAD="https://github.com/warmcat/libwebsockets/archive/v3.1.0/libwebsockets-3.1.0.tar.gz"
+MD5SUM="325359a25d5f6d22725ff5d086db1c76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""