aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/subversion.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index 723281649..393cb9261 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -18,8 +18,8 @@ class Subversion < Formula
option 'ruby', 'Build Ruby bindings'
resource 'serf' do
- url 'http://serf.googlecode.com/svn/src_releases/serf-1.3.4.tar.bz2', :using => :curl
- sha1 'eafc8317d7a9c77d4db9ce1e5c71a33822f57c3a'
+ url 'https://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2', :using => :curl
+ sha1 '409a153583b3e370a130e3fb1623ac98f5af9975'
end
depends_on "pkg-config" => :build