libwebsockets: update to 2.3.0.
This commit is contained in:
parent
a8cc312218
commit
438ac7e0f9
2 changed files with 3 additions and 3 deletions
|
@ -1996,7 +1996,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.10 libwebsockets-2.2.0_1
|
libwebsockets.so.11 libwebsockets-2.3.0_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,6 +1,6 @@
|
||||||
# Template file for 'libwebsockets'
|
# Template file for 'libwebsockets'
|
||||||
pkgname=libwebsockets
|
pkgname=libwebsockets
|
||||||
version=2.2.2
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="zlib-devel libressl-devel libev-devel"
|
makedepends="zlib-devel libressl-devel libev-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://libwebsockets.org"
|
homepage="https://libwebsockets.org"
|
||||||
distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz"
|
distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz"
|
||||||
checksum=e38a7d981fe87b9a86b1f1cddd1f9e062d3896c488e6b2a32cb700d4c959ecba
|
checksum=f08a8233ca1837640b72b1790cce741ce4b0feaaa6b408fe28a303cbf0408fa1
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue