aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorasaph2014-02-03 09:34:45 -0800
committerAdam Vandenberg2014-02-05 06:56:24 -0800
commita86092236fc8feda59476152a078e36513ae3e5f (patch)
tree4fefbea08b02e87085e2d992d6a338b07756c1f6 /Library/Formula
parent486ec372921069dd0dc185376ea0a192f1f108ff (diff)
downloadhomebrew-a86092236fc8feda59476152a078e36513ae3e5f.tar.bz2
tomcat 8.0.1 (beta)
Closes #26382. Signed-off-by: Adam Vandenberg <flangy@gmail.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 05a528dff..7728c4b44 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-RC10/bin/apache-tomcat-8.0.0-RC10.tar.gz'
- sha1 'c6a8dc2a62dd6a3980d30ca2961c283c39e28ebe'
+ url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.1/bin/apache-tomcat-8.0.1.tar.gz'
+ sha1 '876409c80a0b597e8612e0e1c31a8a6588be39cb'
resource 'fulldocs' do
- 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'
+ url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.1/bin/apache-tomcat-8.0.1-fulldocs.tar.gz'
+ version '8.0.1'
+ sha1 '46c787fd0325daaca96c2b6239568c88fbda8fbc'
end
end