jetty 9.4.19.v20190610
Closes #41749. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
f0687e6a74
commit
ec5bd3d9df
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Jetty < Formula
|
||||
desc "Java servlet engine and webserver"
|
||||
homepage "https://www.eclipse.org/jetty/"
|
||||
url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-distribution/9.4.16.v20190411/jetty-distribution-9.4.16.v20190411.tar.gz"
|
||||
version "9.4.16.v20190411"
|
||||
sha256 "f8d2e2381a2d71ebd861a0090786ecc473e93aebaa96e7de2de49fcb90a96c6e"
|
||||
url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-distribution/9.4.19.v20190610/jetty-distribution-9.4.19.v20190610.tar.gz"
|
||||
version "9.4.19.v20190610"
|
||||
sha256 "9a8b3dab90a33598010eb6a4be5328930a5b839806d0b2db557f027ad8d784a3"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue