aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJeremy Ehrhardt2013-04-06 17:49:13 -0700
committerAdam Vandenberg2013-04-06 18:04:48 -0700
commit18b50b5c0b36f3151034d77e131ed37e2eaf79e8 (patch)
treee47d4d59cdbec06a2251b62ede0534ca0ab356b7 /Library/Formula
parente4c654e02f330683edcf7f923e7e51e7b0448f02 (diff)
downloadhomebrew-18b50b5c0b36f3151034d77e131ed37e2eaf79e8.tar.bz2
Subversion 1.7.9
Closes #19017. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 eb680c676..5801fd965 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -8,8 +8,8 @@ def with_unicode_path?; build.include? "unicode-path"; end
class Subversion < Formula
homepage 'http://subversion.apache.org/'
- url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.8.tar.bz2'
- sha1 '12c7d8d5414bba74c9777c4d1dae74f152df63c2'
+ url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.9.tar.bz2'
+ sha1 '453757bae78a800997559f2232483ab99238ec1e'
option :universal
option 'java', 'Build Java bindings'