diff options
author | Karl Palsson <karlp@remake.is> | 2015-11-05 13:59:22 +0000 |
---|---|---|
committer | Karl Palsson <karlp@remake.is> | 2015-11-05 14:00:41 +0000 |
commit | 5ccaccf03bfd6f522806e27cc2d27d77453015e4 (patch) | |
tree | d5bd7a5e599b7e8ca3bc20439457789dc86aed85 /libs/libwebsockets | |
parent | 94d295e25ec90613bf81e866548e7b9ca1981178 (diff) |
libwebsockets: Bump to version 1.5
Very minor changes in this release, but best to keep up.
Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog
Signed-off-by: Karl Palsson <karlp@remake.is>
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 9e827d7d8..3e5f00462 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.4-chrome43-firefox-36 +PKG_VERSION:=1.5-chrome47-firefox41 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |