aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tomcat.rb
diff options
context:
space:
mode:
authorChristian Moritz2014-03-28 12:57:11 +0100
committerAdam Vandenberg2014-03-28 06:59:17 -0700
commitd468e38fecc47aa72b10e7402326f00c18495fd6 (patch)
treebdb39bb23ac0eba355946e8a56b347b244338ecc /Library/Formula/tomcat.rb
parent6f01a96c3dfe7717c387f2c49a4aa41197a7256b (diff)
downloadhomebrew-d468e38fecc47aa72b10e7402326f00c18495fd6.tar.bz2
tomcat devel 8.0.5
Closes #27934. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/tomcat.rb')
-rw-r--r--Library/Formula/tomcat.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index 929f87f92..6de735d70 100644
--- a/Library/Formula/tomcat.rb
+++ b/Library/Formula/tomcat.rb
@@ -8,13 +8,13 @@ class Tomcat < Formula
option "with-fulldocs", "Install full documentation locally"
devel do
- url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.3/bin/apache-tomcat-8.0.3.tar.gz'
- sha1 'f98f796c17c7653fc6bceac8be049df1e2bedc4d'
+ url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.5/bin/apache-tomcat-8.0.5.tar.gz"
+ sha1 "dc21157e8577132999f090859be2c4468e841c23"
- resource 'fulldocs' do
- url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.3/bin/apache-tomcat-8.0.3-fulldocs.tar.gz'
- version '8.0.3'
- sha1 '3270682abb87d8ec94beabf4ca4952807c6aa6db'
+ resource "fulldocs" do
+ url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.5/bin/apache-tomcat-8.0.5-fulldocs.tar.gz"
+ version "8.0.5"
+ sha1 "8d27a447e1d38d6491d47e15d66c4bc9b03ef55f"
end
end