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

Commit

Permalink
AU: 3 updated - jetty zulu zulu11
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 5, 2019
1 parent 059732a commit 4bbf847
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.14.20190104</version>
<version>9.4.15.20190215</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.14.v20181114/jetty-distribution-9.4.14.v20181114.zip'
checksum = 'd349be63775a3e252719d2a63ae271f066208b210d52bf2fc044d43dcd367476'
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.15.v20190215/jetty-distribution-9.4.15.v20190215.zip'
checksum = '78347deb15b998ff21675c9c50267641d1ea6a88c1c1d10ad68970d9fb74f409'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions zulu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.29.3-ca-jdk11.0.2-win_x64.msi'
checksum64 = '5aab468aefc490d94a0142f5c7ece62b94bf139dac082d4a667b50875e48e51c'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.29.11-ca-jdk11.0.2-win_x64.msi'
checksum64 = 'a5711d3c88342d668517a2d013e8109b2935b058e01694f6db9e2375a9732884'
checksumType64= 'sha256'
silentArgs = '/qn /norestart INSTALLDIR="C:\Program Files\Zulu\zulu"'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu/zulu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>zulu</id>
<version>11.29.3</version>
<version>11.29.11</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu</packageSourceUrl>
<title>Zulu</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu11/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu11'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.2.3-jdk11.0.1-win_x64.msi'
checksum64 = '893b8b0b4b63be62296dfeaa7922a0127e533b8dde6533a67678fa9f2e88b1a1'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.29.11-ca-jdk11.0.2-win_x64.msi'
checksum64 = 'a5711d3c88342d668517a2d013e8109b2935b058e01694f6db9e2375a9732884'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu11/zulu11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>zulu11</id>
<version>11.2.3</version>
<version>11.29.11</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu11</packageSourceUrl>
<title>Zulu 11</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit 4bbf847

Please sign in to comment.