Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
AU: 1 updated - jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 2, 2019
1 parent b7ac732 commit e4495c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jetty/jetty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Jetty</title>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/jetty</packageSourceUrl>
<authors>The Eclipse Foundation</authors>
<version>9.4.17.20190418</version>
<version>9.4.18.20190429</version>
<projectUrl>https://www.eclipse.org/jetty/</projectUrl>
<summary>Jetty servlet engine and HTTP server</summary>
<description>Jetty servlet engine and HTTP server. Jetty provides an Web server and javax.servlet container, plus support for SPDY, Web Sockets, OSGi, JMX, JNDI, JASPI, AJP and many other integrations.</description>
Expand Down
4 changes: 2 additions & 2 deletions jetty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'jetty'
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.17.v20190418/jetty-distribution-9.4.17.v20190418.zip'
checksum = '13111c334026b13a2b6763661a5e88df564ff7f6775f984517e4b65a3bd979ad'
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.18.v20190429/jetty-distribution-9.4.18.v20190429.zip'
checksum = '4725080f3a1eff1635eaeb1c5ca80d4a463bb3f6b2a804964c83c28e548eb241'
checksumType = 'sha256'
}

Expand Down

0 comments on commit e4495c8

Please sign in to comment.