diff options
| author | Jack Nagel | 2014-10-18 17:55:13 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-18 17:55:29 -0500 |
| commit | fa06438102f3409ff9c8bcd55096338e416b889f (patch) | |
| tree | 38f7979a7e71e966a10752a7caf3fe1b65b1492c | |
| parent | f8c0c27566f90423b21c545fa296f3780f51426f (diff) | |
| download | brew-fa06438102f3409ff9c8bcd55096338e416b889f.tar.bz2 | |
Undocument UnsafeSubersionDownloadStrategy
| -rw-r--r-- | Library/Contributions/example-formula.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 9a5823da3..5c656b838 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -23,7 +23,6 @@ class ExampleFormula < Formula # `:nounzip` (without extracting) # `:post` (download via an HTTP POST) # `S3DownloadStrategy` (download from S3 using signed request) - # `UnsafeSubversionDownloadStrategy` (svn with invalid certs) url "https://some.dont.provide.archives.example.com", :using => :git, :tag => "1.2.3" # version is seldom needed, because it's usually autodetected from the URL/tag. |
