jetty 8.1.3
Fixes Homebrew/homebrew#12183. Closes Homebrew/homebrew#12185. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dfafb40120
commit
7736504fe2
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Jetty < Formula
|
||||
url 'http://download.eclipse.org/jetty/8.0.4.v20111024/dist/jetty-distribution-8.0.4.v20111024.tar.gz'
|
||||
homepage 'http://www.eclipse.org/jetty/'
|
||||
md5 '8da01a64a0042ad43babbd92a1b8dcbf'
|
||||
url 'http://download.eclipse.org/jetty/8.1.3.v20120416/dist/jetty-distribution-8.1.3.v20120416.tar.gz'
|
||||
version '8.1.3'
|
||||
md5 'a7eedf4616dc45fa78c07637901fa6a0'
|
||||
|
||||
skip_clean :all
|
||||
|
||||
|
|
Loading…
Reference in a new issue