1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

downgrade libwebsockets to 4.0.13 (incompatible with webfuse 0.5.0)

This commit is contained in:
Falk Werner 2020-10-14 22:28:18 +02:00
parent c972c17bd2
commit 0126bb53cb

View File

@ -6,9 +6,9 @@ libfuse_MD5=22aec9bc9008eea6b17e203653d1b938
libfuse_DIR=libfuse-fuse-${libfuse_VERSION}
libfuse_TYPE=meson
lws_VERSION=4.1.3
lws_VERSION=4.0.13
lws_URL=https://github.com/warmcat/libwebsockets/archive/v${lws_VERSION}.tar.gz
lws_MD5=413cbe790ccb089001f53b2ee167b9c2
lws_MD5=6403448e26d302501969afb0e128143b
lws_DIR=libwebsockets-${lws_VERSION}
lws_TYPE=cmake