aboutsummaryrefslogtreecommitdiff
path: root/libraries/libwebsocketpp/libwebsocketpp.SlackBuild
diff options
context:
space:
mode:
authorhenesy <henesy.dev@gmail.com>2024-11-19 05:37:04 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-20 08:43:55 +0700
commit173dd296c7e3555f7ca91523740d60baa3b1904f (patch)
tree8bf9a7b4f84462ffa8560e9c8337e366aa725d2b /libraries/libwebsocketpp/libwebsocketpp.SlackBuild
parentaa2fecc933ccd63061dcacdf0d74b30195a5d508 (diff)
libraries/libwebsocketpp: Upgrade to 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libwebsocketpp/libwebsocketpp.SlackBuild')
-rw-r--r--libraries/libwebsocketpp/libwebsocketpp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libwebsocketpp/libwebsocketpp.SlackBuild b/libraries/libwebsocketpp/libwebsocketpp.SlackBuild
index 611569ea3d..8eddd1cf1e 100644
--- a/libraries/libwebsocketpp/libwebsocketpp.SlackBuild
+++ b/libraries/libwebsocketpp/libwebsocketpp.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for "libwebsocketpp".
+# Copyright 2024 Sean Hinchee
# Copyright 2013-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
@@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libwebsocketpp
SRCNAM=websocketpp
-VERSION=${VERSION:-0.7.0}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}