jetty 9.1.5
Closes Homebrew/homebrew#29151. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ab6446e2ce
commit
7fdc60f1d0
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Jetty < Formula
|
||||
homepage 'http://www.eclipse.org/jetty/'
|
||||
url 'http://eclipse.org/downloads/download.php?file=/jetty/9.1.4.v20140401/dist/jetty-distribution-9.1.4.v20140401.tar.gz&r=1'
|
||||
version '9.1.4'
|
||||
sha1 'f26ff39fec09892195909c417ffffe9f3c08cc72'
|
||||
url 'http://eclipse.org/downloads/download.php?file=/jetty/9.1.5.v20140505/dist/jetty-distribution-9.1.5.v20140505.tar.gz&r=1'
|
||||
version '9.1.5'
|
||||
sha1 '80ea2066dab35405f97d76299714f8e6e584cb21'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue