libwebsockets: update to 1.6.3.
This commit is contained in:
parent
fc3fc4f768
commit
c2c54125c4
|
@ -2034,7 +2034,7 @@ libcvm-v1client.so.1 cvm-0.97_1
|
||||||
libcvm-v2client.so.1 cvm-0.97_1
|
libcvm-v2client.so.1 cvm-0.97_1
|
||||||
libudns.so.0 udns-0.4_1
|
libudns.so.0 udns-0.4_1
|
||||||
libcriu.so.1 criu-1.5.1_2
|
libcriu.so.1 criu-1.5.1_2
|
||||||
libwebsockets.so.5 libwebsockets-1.4_1
|
libwebsockets.so.6 libwebsockets-1.6.3_1
|
||||||
libbitcoinconsensus.so.0 litecoin-0.10.1.2_1
|
libbitcoinconsensus.so.0 litecoin-0.10.1.2_1
|
||||||
libnfc.so.0 libnfc-1.7.1_1
|
libnfc.so.0 libnfc-1.7.1_1
|
||||||
libfuzzy.so.2 libfuzzy-2.12_1
|
libfuzzy.so.2 libfuzzy-2.12_1
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'libwebsockets'
|
# Template file for 'libwebsockets'
|
||||||
pkgname=libwebsockets
|
pkgname=libwebsockets
|
||||||
version=1.5
|
version=1.6.3
|
||||||
revision=1
|
revision=1
|
||||||
_ffver=41
|
|
||||||
_chromever=47
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="zlib-devel libressl-devel libev-devel"
|
makedepends="zlib-devel libressl-devel libev-devel"
|
||||||
|
@ -12,9 +10,8 @@ short_desc="Lightweight client and server websocket library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://libwebsockets.org"
|
homepage="https://libwebsockets.org"
|
||||||
wrksrc=libwebsockets-$version-chrome$_chromever-firefox$_ffver
|
distfiles="http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/$pkgname-$version.tar.gz"
|
||||||
distfiles="http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/$wrksrc.tar.gz"
|
checksum=b3bb6f9cb5dc1992f1ce23e3dc3ad4b3f0915effbe306bea5d95dc02a1d2fab4
|
||||||
checksum=27f3e2dbd04b8375923f6353536c741559a21dd4713f8c302b23441d6fe82403
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
libwebsockets-devel_package() {
|
libwebsockets-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue