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
[skip ci]
  • Loading branch information
Chocolatey committed May 23, 2020
1 parent cc0877d commit 4d2eb52
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.20.20190813</version>
<version>9.4.29.20200521</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.20.v20190813/jetty-distribution-9.4.20.v20190813.zip'
checksum = 'fc6cc2c66fe2a6e0d1700c7355c5c465f69a28cb5a9fb5ba140deb88b8af8546'
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.29.v20200521/jetty-distribution-9.4.29.v20200521.zip'
checksum = '271ac63b9317bc6d6dbb6b591fece32aa2635fae1639b1866810a8b45e1d5cf4'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 4d2eb52

Please sign in to comment.