aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStefan2014-01-04 13:18:26 +0100
committerMike McQuaid2014-01-04 13:41:14 +0000
commit59316ccf6a7596cef7246cd49d120dea97cf440b (patch)
treeae0c083412805f9f7e428f1df13024d37ce5126e /Library
parent2f58395673ee20aec8c1454a6a3ae323b38dee7a (diff)
downloadhomebrew-59316ccf6a7596cef7246cd49d120dea97cf440b.tar.bz2
libwebsockets 1.23
Closes #25640. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libwebsockets.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libwebsockets.rb b/Library/Formula/libwebsockets.rb
index eca3452f6..5af7c99a0 100644
--- a/Library/Formula/libwebsockets.rb
+++ b/Library/Formula/libwebsockets.rb
@@ -1,8 +1,10 @@
require 'formula'
class Libwebsockets < Formula
- homepage 'http://git.warmcat.com/cgi-bin/cgit/libwebsockets'
- url 'git://git.warmcat.com/libwebsockets', :tag => 'v1.22-chrome26-firefox18'
+ homepage 'http://libwebsockets.org'
+ url 'http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.23-chrome32-firefox24.tar.gz'
+ version '1.23'
+ sha1 '9dda683a342b16feb1cef183f89f9ed4474626f5'
depends_on 'cmake' => :build