diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libwebsockets.rb | 6 |
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 |
