aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-10-17 17:20:14 -0500
committerJack Nagel2014-10-17 17:20:33 -0500
commit22ad81307cb3f8f93f1521b8a6901f7a409951f0 (patch)
tree6257e01a72652fe06b99a42876576149e87091dc /Library/Formula
parent366068778b0995c53c9ca0e2b5bd531b95b4c6e4 (diff)
downloadhomebrew-22ad81307cb3f8f93f1521b8a6901f7a409951f0.tar.bz2
Drop use of ssl3 download strategy
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/easy-git.rb2
-rw-r--r--Library/Formula/jam.rb3
-rw-r--r--Library/Formula/monetdb.rb2
3 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb
index d94105b79..f85ea6dc5 100644
--- a/Library/Formula/easy-git.rb
+++ b/Library/Formula/easy-git.rb
@@ -2,7 +2,7 @@ require 'formula'
class EasyGit < Formula
homepage 'http://people.gnome.org/~newren/eg/'
- url 'http://people.gnome.org/~newren/eg/download/1.7.5.2/eg', :using => :ssl3
+ url 'https://people.gnome.org/~newren/eg/download/1.7.5.2/eg'
version '1.7.5.2'
sha1 'c59a10affaae79bddbbe1de743d85d7771575905'
diff --git a/Library/Formula/jam.rb b/Library/Formula/jam.rb
index 6a2bfd054..12fa6be37 100644
--- a/Library/Formula/jam.rb
+++ b/Library/Formula/jam.rb
@@ -2,8 +2,7 @@ require 'formula'
class Jam < Formula
homepage 'http://www.perforce.com/resources/documentation/jam'
- url 'https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/jam-2.6.zip',
- :using => :ssl3
+ url 'https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/jam-2.6.zip'
sha1 'e6d2f909798fad32f3bd7c08699265f82b05b526'
conflicts_with 'ftjam', :because => 'both install a `jam` binary'
diff --git a/Library/Formula/monetdb.rb b/Library/Formula/monetdb.rb
index d2bdbf36d..45eaec43f 100644
--- a/Library/Formula/monetdb.rb
+++ b/Library/Formula/monetdb.rb
@@ -2,7 +2,7 @@ require 'formula'
class Monetdb < Formula
homepage 'https://www.monetdb.org/'
- url 'https://dev.monetdb.org/downloads/sources/Jan2014-SP3/MonetDB-11.17.21.zip', :using => :ssl3
+ url 'https://dev.monetdb.org/downloads/sources/Jan2014-SP3/MonetDB-11.17.21.zip'
sha1 '53ee8de943ec2a247cf8b2bf645bc0a1b8fd5fc8'
bottle do