Undocument UnsafeSubersionDownloadStrategy

This commit is contained in:
Jack Nagel 2014-10-18 17:55:13 -05:00
parent f8c0c27566
commit fa06438102

View File

@ -23,7 +23,6 @@ class ExampleFormula < Formula
# `:nounzip` (without extracting) # `:nounzip` (without extracting)
# `:post` (download via an HTTP POST) # `:post` (download via an HTTP POST)
# `S3DownloadStrategy` (download from S3 using signed request) # `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" 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. # version is seldom needed, because it's usually autodetected from the URL/tag.