diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tomcat.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 85dacbc2c..7a989c6e6 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -5,6 +5,11 @@ class Tomcat < Formula url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.42/bin/apache-tomcat-7.0.42.tar.gz' sha1 '001a64629a93103d4f53ac95faf3e52a63657b95' + devel do + url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.0-RC1/bin/apache-tomcat-8.0.0-RC1.tar.gz' + sha1 '92a87bedd3092d06a4bafcbb5c27d813abd4a03a' + end + # Keep log folders skip_clean 'libexec' |
