diff options
| author | Jack Nagel | 2013-06-28 21:17:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-28 21:17:23 -0500 |
| commit | a16c80add0f350501b3c9d4c0cf12c0010263178 (patch) | |
| tree | c32bae62140b211dff4bd69422892cf7aca2864f /Library/Formula/libwebsockets.rb | |
| parent | 7ffc75e50175e0ec8f3f7a52a6bb3d5af0babb6f (diff) | |
| download | homebrew-a16c80add0f350501b3c9d4c0cf12c0010263178.tar.bz2 | |
Detect versions in tag specs
Closes #18300.
Closes #20891.
Diffstat (limited to 'Library/Formula/libwebsockets.rb')
| -rw-r--r-- | Library/Formula/libwebsockets.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libwebsockets.rb b/Library/Formula/libwebsockets.rb index 8b404fa5b..eca3452f6 100644 --- a/Library/Formula/libwebsockets.rb +++ b/Library/Formula/libwebsockets.rb @@ -3,7 +3,6 @@ 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' - version '1.22' depends_on 'cmake' => :build |
