Skip to content

Commit

Permalink
tomcat 7.0.57
Browse files Browse the repository at this point in the history
Fixes Homebrew#569.
Closes Homebrew#568.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
asaph authored and jacknagel committed Nov 19, 2014
1 parent d924a80 commit d50f8db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tomcat7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

class Tomcat7 < Formula
homepage "http://tomcat.apache.org/"
url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.56/bin/apache-tomcat-7.0.56.tar.gz"
sha1 "21c16dfed30b4a15c129e4448e63834103c88272"
url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57.tar.gz"
sha1 "49ffffe9c2e534e66f81b3173cdbf7e305a75fe2"

option "with-fulldocs", "Install full documentation locally"

resource "fulldocs" do
url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-7/v7.0.56/bin/apache-tomcat-7.0.56-fulldocs.tar.gz"
version "7.0.56"
sha1 "a32018b4c6870de95935acac41991c2ba0539c79"
url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57-fulldocs.tar.gz"
version "7.0.57"
sha1 "4aba0b393134a230f01ea051c8dbde08fcf08611"
end

# Keep log folders
Expand Down

0 comments on commit d50f8db

Please sign in to comment.