aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChristian Moritz2013-12-29 14:52:17 +0100
committerMike McQuaid2013-12-29 14:07:51 +0000
commit94081a3637ff4fdfcf117b61764eb805f945fde8 (patch)
tree9bcc617a0db612a4de78e7c9ae5ed6e120e73793 /Library/Formula
parent619a2eb9e97fc4f600a05144e566c868a79e0e70 (diff)
downloadhomebrew-94081a3637ff4fdfcf117b61764eb805f945fde8.tar.bz2
tomcat 8.0.0-RC10 (devel)
Closes #25535. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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