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 zulu13
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 20, 2019
1 parent bcce997 commit 867dfca
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.19.20190610</version>
<version>9.4.20.20190813</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.19.v20190610/jetty-distribution-9.4.19.v20190610.zip'
checksum = '141be2f8738ce3bdf3210df02d85a7c2289603883bf2b72252aa55b5f39c0f00'
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.20.v20190813/jetty-distribution-9.4.20.v20190813.zip'
checksum = 'fc6cc2c66fe2a6e0d1700c7355c5c465f69a28cb5a9fb5ba140deb88b8af8546'
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/zulu12.3.11-ca-jdk12.0.2-win_x64.msi'
checksum64 = '6ef1335274ccb4d46d48bbc507ea48da8db68398d0ac25fe522298eee6f49cdf'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu13.27.9-ca-jdk13-win_x64.msi'
checksum64 = '011b8cf3f1e0a0643b9a8e97582a6da4b9c5c7f715c8ce1e980793961d1293f8'
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>12.3.11</version>
<version>13.27.9</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 zulu13/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 = ''
checksum64 = ''
url64bit = 'https://cdn.azul.com/zulu/bin/zulu13.27.9-ca-jdk13-win_x64.msi'
checksum64 = '011b8cf3f1e0a0643b9a8e97582a6da4b9c5c7f715c8ce1e980793961d1293f8'
checksumType64= 'sha256'
silentArgs = '/qn /norestart INSTALLDIR="C:\Program Files\Zulu\zulu"'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu13/zulu13.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>zulu13</id>
<version></version>
<version>13.27.9</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu13</packageSourceUrl>
<title>Zulu</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit 867dfca

Please sign in to comment.