diff options
author | Karl Palsson <karlp@etactica.com> | 2016-04-05 15:39:29 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-04-05 15:39:29 +0000 |
commit | 9afd7c83e430a823fbbf5142e5a3a0ac42a28cb6 (patch) | |
tree | b54b13dc8cc6e28cb96780d8259dbbf4b24dc541 /libs/libwebsockets | |
parent | 7c7614efb55b09384bcb202931e83b39f38ccbd8 (diff) |
libwebsockets: bump to 1.7.5
Minor fixes, see
https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for
full changelog.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'libs/libwebsockets')
-rw-r--r-- | libs/libwebsockets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index ca377d3fa..76375d01d 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.7.3 +PKG_VERSION:=1.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |