aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tomcat.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index 79a2e66aa..c5cd8763e 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.0-RC5/bin/apache-tomcat-8.0.0-RC5.tar.gz'
- sha1 '17d310f962f0ce2de3956b122f5c604d97a87565'
+ url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10.tar.gz'
+ sha1 'c6a8dc2a62dd6a3980d30ca2961c283c39e28ebe'
resource 'fulldocs' do
- url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.0-RC5/bin/apache-tomcat-8.0.0-RC5-fulldocs.tar.gz'
- version '8.0.0-RC5'
- sha1 'aac41f5259a987f6f9b787d3c4d2096e30ae529a'
+ url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10-fulldocs.tar.gz'
+ version '8.0.0-RC10'
+ sha1 'a1859e67f6aa70e448d7db8901b0fc5bc4051aa6'
end
end