aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
diff options
context:
space:
mode:
authorBranko Čibej2015-03-19 20:53:43 +0100
committerTim D. Smith2015-03-23 07:32:18 -0700
commit4596a823f0f144b7c596eb9f18a3bb7c6faf8463 (patch)
treef44470940795744c89e7c34d60b3011841904df7 /Library/Formula/subversion.rb
parentb23e44ebfddf5097d7defbb42ff6f075c5ee484c (diff)
downloadhomebrew-4596a823f0f144b7c596eb9f18a3bb7c6faf8463.tar.bz2
subversion 1.9.0-beta1 (devel)
Closes #37879. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/subversion.rb')
-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"