subversion 1.9.0-beta1 (devel)

Closes Homebrew/homebrew#37879.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
master
Branko Čibej 2015-03-19 20:53:43 +01:00 committed by Tim D. Smith
parent 1f12c117b0
commit 6eb3d0aee1
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Subversion < Formula
homepage "https://subversion.apache.org/"
url "http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.11.tar.bz2"
url "https://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.11.tar.bz2"
mirror "https://archive.apache.org/dist/subversion/subversion-1.8.11.tar.bz2"
sha1 "161edaee328f4fdcfd2a7c10ecd3fbcd51c61275"
@ -10,6 +10,12 @@ class Subversion < Formula
sha1 "f27aeb2bc0aac84caea6ed9c9adb6401fd62143e" => :mountain_lion
end
devel do
url "https://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.9.0-beta1.tar.bz2"
mirror "https://archive.apache.org/dist/subversion/subversion-1.9.0-beta1.tar.bz2"
sha1 "cbc62b682e69254f57e40da316ebb7fcf998f56e"
end
deprecated_option "java" => "with-java"
deprecated_option "perl" => "with-perl"
deprecated_option "ruby" => "with-ruby"