mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libwebsocketpp: Updated for version 0.7.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
3ec9d5d2c7
commit
60859305ec
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for "libwebsocketpp".
|
||||
|
||||
# Copyright 2013-2015 Marcel Saegebarth <marc@mos6581.de>
|
||||
# Copyright 2013-2016 Marcel Saegebarth <marc@mos6581.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
SRCNAM=websocketpp
|
||||
PRGNAM=libwebsocketpp
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libwebsocketpp"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="https://github.com/zaphoyd/websocketpp/"
|
||||
DOWNLOAD="https://github.com/zaphoyd/websocketpp/archive/0.6.0.tar.gz"
|
||||
MD5SUM="5a485884c01f881aafbf1e055d851b82"
|
||||
DOWNLOAD="https://github.com/zaphoyd/websocketpp/archive/0.7.0.tar.gz"
|
||||
MD5SUM="5027c20cde76fdaef83a74acfcf98e23"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue