From 4596a823f0f144b7c596eb9f18a3bb7c6faf8463 Mon Sep 17 00:00:00 2001 From: Branko Čibej Date: Thu, 19 Mar 2015 20:53:43 +0100 Subject: subversion 1.9.0-beta1 (devel) Closes #37879. Signed-off-by: Tim D. Smith --- Library/Formula/subversion.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3