diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/liblacewing.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/liblacewing.rb b/Library/Formula/liblacewing.rb index e0afc7494..04a1d41a0 100644 --- a/Library/Formula/liblacewing.rb +++ b/Library/Formula/liblacewing.rb @@ -3,8 +3,8 @@ require 'formula' class Liblacewing < Formula homepage 'http://lacewing-project.org/' head 'https://github.com/udp/lacewing.git' - url 'https://github.com/udp/lacewing/archive/0.5.2.tar.gz' - sha1 '6b0fe0ac3d301308f6b42ef0f2ab4f31d10dcc73' + url 'https://github.com/udp/lacewing/archive/0.5.3.tar.gz' + sha1 'ce94a6b5228d6af46eb54ecd669bb56f4f56407a' # Use a newer OpenSSL to get SPDY support depends_on 'openssl' |
