aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakáts2015-02-24 17:40:21 +0100
committerMike McQuaid2015-02-24 17:03:41 +0000
commit051c55457e3356662da72ffdf74c9b3dcb9db08a (patch)
tree12664f7ff9f080ca7b58288a8bf786384b9bdd44 /Library
parenta577561f8d1b7fb4dc1cc60c215e8bbc2d2d7277 (diff)
downloadhomebrew-051c55457e3356662da72ffdf74c9b3dcb9db08a.tar.bz2
tomcat: use https homepage, add https mirrors
Closes #37151. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tomcat.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index 5f43a70b2..890f3874b 100644
--- a/Library/Formula/tomcat.rb
+++ b/Library/Formula/tomcat.rb
@@ -1,6 +1,7 @@
class Tomcat < Formula
- homepage "http://tomcat.apache.org/"
+ homepage "https://tomcat.apache.org/"
url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20.tar.gz"
+ mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20.tar.gz"
sha1 "f27e57423a5728216dfe0d38d6f7f4dc03ffee97"
bottle do
@@ -14,6 +15,7 @@ class Tomcat < Formula
resource "fulldocs" do
url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20-fulldocs.tar.gz"
+ mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20-fulldocs.tar.gz"
version "8.0.20"
sha1 "7ad70556833a952a084490788d9ea41262a8911c"
end