jetty 9.2.3
Closes Homebrew/homebrew#32230. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
20f08bec19
commit
3e40047a9e
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.2.2.v20140723/dist/jetty-distribution-9.2.2.v20140723.tar.gz&r=1"
|
||||
version "9.2.2"
|
||||
sha1 "d11072421b40c300e64498a3ca7f728bf4af1758"
|
||||
url "http://eclipse.org/downloads/download.php?file=/jetty/9.2.3.v20140905/dist/jetty-distribution-9.2.3.v20140905.tar.gz&r=1"
|
||||
version "9.2.3"
|
||||
sha1 "7ad9d6678e794aa483fe5b4517f9aa79caf8e8db"
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue