Update Subversion to 1.6.13

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Emmanuel Blot 2010-10-02 20:44:16 +02:00 committed by Adam Vandenberg
parent 72d8e92378
commit 31cf29d9bb
1 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@ def with_unicode_path?; ARGV.include? '--unicode-path'; end
# On 10.5 we need newer versions of apr, neon etc.
# On 10.6 we only need a newer version of neon
class SubversionDeps <Formula
url 'http://subversion.tigris.org/downloads/subversion-deps-1.6.12.tar.bz2'
md5 '41a91aa26980236958ec508807003203'
url 'http://subversion.tigris.org/downloads/subversion-deps-1.6.13.tar.bz2'
md5 '2a7d662bac872c61a5e11c89263d7f07'
end
class Subversion <Formula
url 'http://subversion.tigris.org/downloads/subversion-1.6.12.tar.bz2'
md5 'a4b1d0d7f3a4587c59da9c1acf9dedd0'
url 'http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2'
md5 '7ae1c827689f21cf975804005be30aeb'
homepage 'http://subversion.apache.org/'
depends_on 'pkg-config'