aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJames McLaughlin2013-11-09 18:39:24 +0000
committerAdam Vandenberg2013-11-09 21:54:47 -0800
commit157acdf397218bc5704096bd475f864105ca32b7 (patch)
tree5f3e2bf34b1426f605e4c9a6fddef9cda273b1c6 /Library/Formula
parent232cbce3b135e1ae86893da8136ce5d6421e28ae (diff)
downloadhomebrew-157acdf397218bc5704096bd475f864105ca32b7.tar.bz2
liblacewing 0.5.4
Closes #24127. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/liblacewing.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/liblacewing.rb b/Library/Formula/liblacewing.rb
index 031115ffc..b5f3802f8 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.3.tar.gz'
- sha1 'dd408716ef14630ef6636aa47dd1150c44615e8d'
+ url 'https://github.com/udp/lacewing/archive/0.5.4.tar.gz'
+ sha1 '078486a4dcd6ce33c2c881954c5dc82843411ac9'
# Use a newer OpenSSL to get SPDY support
depends_on 'openssl'