aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-05-24 02:15:07 +0100
committerJack Nagel2014-05-23 20:52:23 -0500
commit2da107c39cc27a1d06a9fc4c4ed49cef549f0fd0 (patch)
tree5d362f133c732ccacdeee955653fb2c90a0ae933 /Library/Formula
parentbbe3f70d1ea5a4e0f04a0806b4910bbf9f884467 (diff)
downloadhomebrew-2da107c39cc27a1d06a9fc4c4ed49cef549f0fd0.tar.bz2
tomcat: add 7.0.54 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tomcat.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index f7aa55ff8..de4bd1748 100644
--- a/Library/Formula/tomcat.rb
+++ b/Library/Formula/tomcat.rb
@@ -5,6 +5,13 @@ class Tomcat < Formula
url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.54/bin/apache-tomcat-7.0.54.tar.gz"
sha1 "b0db037619c5c10cbe8d17f7a1492fd759fa5805"
+ bottle do
+ cellar :any
+ sha1 "8b23a12adb1580c0a3387f025129d56bfb39d02b" => :mavericks
+ sha1 "487878aa241b5ccbee2c572c3ab6cc2bd3dfe969" => :mountain_lion
+ sha1 "b3130515517c000ad0fc884155f7d1076023daae" => :lion
+ end
+
option "with-fulldocs", "Install full documentation locally"
devel do