update lws to 4.2.0

This commit is contained in:
Dave Horton
2021-04-17 10:00:55 -04:00
parent b4a0bec5f4
commit 50a30cfe85
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ echo "AWS_SDK_VERSION version to install is ${AWS_SDK_VERSION}"
git config --global pull.rebase true
cd /usr/local/src
git clone https://github.com/signalwire/freeswitch.git -b ${VERSION}
git clone https://github.com/warmcat/libwebsockets.git -b v3.2.0
git clone https://github.com/warmcat/libwebsockets.git -b v4.2.0
git clone https://github.com/davehorton/drachtio-freeswitch-modules.git -b master
git clone https://github.com/grpc/grpc -b ${GRPC_VERSION}

View File

@@ -7,7 +7,6 @@ cd apps
git clone https://github.com/jambonz/sbc-outbound.git
git clone https://github.com/jambonz/sbc-inbound.git
git clone https://github.com/jambonz/sbc-registrar.git
git clone https://github.com/jambonz/sbc-api-server.git
git clone https://github.com/jambonz/sbc-call-router.git
git clone https://github.com/jambonz/jambonz-api-server.git
git clone https://github.com/jambonz/jambonz-feature-server.git