aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-12-17 10:42:37 -0600
committerAdam Vandenberg2013-12-17 18:53:58 -0800
commite423583de26ab9ecf540ba749f13c2787f61348d (patch)
treea22767d149b8546b7241309d7593e61292259873
parent678b124cf7699d5ff7f3e60b83191aa8bdcc1392 (diff)
downloadhomebrew-e423583de26ab9ecf540ba749f13c2787f61348d.tar.bz2
spdylay 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/spdylay.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb
index 078748ab4..728d9c88d 100644
--- a/Library/Formula/spdylay.rb
+++ b/Library/Formula/spdylay.rb
@@ -2,8 +2,8 @@ require 'formula'
class Spdylay < Formula
homepage 'https://github.com/tatsuhiro-t/spdylay'
- url 'https://github.com/tatsuhiro-t/spdylay/archive/v1.2.1.tar.gz'
- sha1 '2fa1e30fcf746dbb9e8d473545890dccf6f17171'
+ url 'https://github.com/tatsuhiro-t/spdylay/archive/v1.2.2.tar.gz'
+ sha1 '04f0e65161ab63b48bf101ed100bf6575eec73f7'
depends_on 'autoconf' => :build
depends_on 'automake' => :build