mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
libwebsockets: update to 2.2.0.
This commit is contained in:
parent
4c1048028d
commit
12c6e40e1e
2 changed files with 3 additions and 3 deletions
|
@ -2071,7 +2071,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.9 libwebsockets-2.1.0_1
|
libwebsockets.so.10 libwebsockets-2.2.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.1.1
|
version=2.2.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=96183cbdfcd6e6a3d9465e854a924b7bfde6c8c6d3384d6159ad797c2e823b4d
|
checksum=1be5d9b959eab118efb336ef07d6c1e0af08a17409f06167a55ae874221f11a1
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue