aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDanny Beard2013-01-17 12:57:55 -0500
committerAdam Vandenberg2013-01-17 16:37:04 -0800
commitf2d843143eaba92d5b5ac271385098112401211a (patch)
tree71d3f96cc850745750d5234ad37c37c82de4d353 /Library
parent6bbb92f1385726f05f970ed6aef3dc49d230b73c (diff)
downloadhomebrew-f2d843143eaba92d5b5ac271385098112401211a.tar.bz2
jetty 8.1.8
Changed jetty back to stable 8.1.8, added new develop version for jetty 9 Closes #17148. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jetty.rb12
1 files changed, 9 insertions, 3 deletions
diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb
index 6c9a8d5b8..c80e7bcd3 100644
--- a/Library/Formula/jetty.rb
+++ b/Library/Formula/jetty.rb
@@ -2,9 +2,15 @@ require 'formula'
class Jetty < Formula
homepage 'http://www.eclipse.org/jetty/'
- url 'http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.0.0.M3.tar.gz&r=1'
- version '9.0.0.M3'
- sha1 '8c5ad86f76cff7fd115c889616dd53f07fd01638'
+ url 'http://eclipse.org/downloads/download.php?file=/jetty/8.1.8.v20121106/dist/jetty-distribution-8.1.8.v20121106.tar.gz&r=1'
+ version '8.1.8'
+ sha1 '19f6c1758d5b6d73702c08574062b63195a404b5'
+
+ devel do
+ url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.0.M4/dist/jetty-distribution-9.0.0.M4.tar.gz&r=1'
+ version '9.0.0.M4'
+ sha1 '98c4463b9fe1559e4e85cf75def5a21d2feef9e7'
+ end
def install
rm_rf Dir['bin/*.{cmd,bat]}']