aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/subversion.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index b58e40fe7..28eedfe9f 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -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"