aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorViktor Szakáts2015-02-23 15:09:21 +0100
committerMike McQuaid2015-02-23 17:18:40 +0000
commit888bd214ae7fe1f4217f863a3daf38bc4108ed5a (patch)
tree202f242cbd1cfcd5a6f80cf83f46eb214966353b /Library/Formula
parent8bca06a78142c74803bcc8c325cfd965a3c9d756 (diff)
downloadhomebrew-888bd214ae7fe1f4217f863a3daf38bc4108ed5a.tar.bz2
cvs: pass strict audit, use https
Closes #37110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cvs.rb12
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/cvs.rb b/Library/Formula/cvs.rb
index e9c602c84..2a6eee19b 100644
--- a/Library/Formula/cvs.rb
+++ b/Library/Formula/cvs.rb
@@ -1,14 +1,12 @@
-require 'formula'
-
# Based on:
-# Apple Open Source: http://www.opensource.apple.com/source/cvs/cvs-45/
+# Apple Open Source: https://opensource.apple.com/source/cvs/cvs-45/
# MacPorts: https://trac.macports.org/browser/trunk/dports/devel/cvs/Portfile
# Creating a useful testcase: http://mrsrl.stanford.edu/~brian/cvstutorial/
class Cvs < Formula
- homepage 'http://cvs.nongnu.org/'
- url 'http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2'
- sha1 '93a8dacc6ff0e723a130835713235863f1f5ada9'
+ homepage "http://cvs.nongnu.org/"
+ url "https://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2"
+ sha1 "93a8dacc6ff0e723a130835713235863f1f5ada9"
bottle do
cellar :any
@@ -35,7 +33,7 @@ class Cvs < Formula
"zlib" => "7781dc997c895df8cfa991ab7a04add245169ea4",
}.each do |name, sha|
patch :p0 do
- url "http://www.opensource.apple.com/source/cvs/cvs-45/patches/#{name}.diff?txt"
+ url "https://opensource.apple.com/source/cvs/cvs-45/patches/#{name}.diff?txt"
sha1 sha
end
end