libwebsockets 1.6

update to version 1.6.0

Closes Homebrew/homebrew#47930.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
guodong 2016-01-11 01:32:25 +08:00 committed by Dominyk Tiller
parent 0d974f9a1e
commit 7c18a6e27c

View file

@ -1,9 +1,9 @@
class Libwebsockets < Formula
desc "C websockets server library"
homepage "http://libwebsockets.org"
url "http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.4-chrome43-firefox-36.tar.gz"
version "1.4"
sha256 "e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798"
url "http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.6.0-chrome48-firefox42.tar.gz"
version "1.6"
sha256 "0b97d9f5f8a57fc3d34c17ac9e2bca578629ac407cca0f23b3491fda9bd6cba3"
head "git://git.libwebsockets.org/libwebsockets"
depends_on "openssl"