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

Commit

Permalink
AU: 6 updated - jetty zulu zulu11 zulu12 zulu7 zulu8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 19, 2019
1 parent 8216e6d commit ca70a32
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 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.15.20190215</version>
<version>9.4.16.20190411</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.15.v20190215/jetty-distribution-9.4.15.v20190215.zip'
checksum = '78347deb15b998ff21675c9c50267641d1ea6a88c1c1d10ad68970d9fb74f409'
url = 'https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.16.v20190411/jetty-distribution-9.4.16.v20190411.zip'
checksum = '7d3239fcad8a3eaa65d668b44ff7bc94ff93b511563c6020187045a2f1989f1b'
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.1.3-ca-jdk12-win_x64.msi'
checksum64 = '9556f4e65e9b54ea44b27c9d86cc14e0cdada15e85237671345c38a80018e4a4'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu12.2.3-ca-jdk12.0.1-win_x64.msi'
checksum64 = '0e4219d1fa76501d2a9ddd845e9af60e0452d67d79b98ae06ab610c2942c5da0'
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.1.3</version>
<version>12.2.3</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.29.11-ca-jdk11.0.2-win_x64.msi'
checksum64 = 'a5711d3c88342d668517a2d013e8109b2935b058e01694f6db9e2375a9732884'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.31.11-ca-jdk11.0.3-win_x64.msi'
checksum64 = '58f830ed4ae0130fc537afe5a746bd48a667a4c01d48b7926a2a71d2f93486e9'
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.29.11</version>
<version>11.31.11</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu11</packageSourceUrl>
<title>Zulu 11</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu12/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu12'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu12.1.3-ca-jdk12-win_x64.msi'
checksum64 = '9556f4e65e9b54ea44b27c9d86cc14e0cdada15e85237671345c38a80018e4a4'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu12.2.3-ca-jdk12.0.1-win_x64.msi'
checksum64 = '0e4219d1fa76501d2a9ddd845e9af60e0452d67d79b98ae06ab610c2942c5da0'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu12/zulu12.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>zulu12</id>
<version>12.1.3</version>
<version>12.2.3</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu12</packageSourceUrl>
<title>Zulu 12</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu7/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu7'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.27.0.1-ca-jdk7.0.211-win_x64.msi'
checksum64 = 'de6cb5d1f17394732c34fbc3cea4c4bcf83c09dec4ed42ad7750ad09c9565d8d'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.29.0.5-ca-jdk7.0.222-win_x64.msi'
checksum64 = '29f0870115adbbf755f8885377b0c9472b36d5f4da52c318a24dbca03dffa43b'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu7/zulu7.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>zulu7</id>
<version>7.27.0.1</version>
<version>7.29.0.5</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu7</packageSourceUrl>
<title>Zulu 7</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu8/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu8'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu8.36.0.1-ca-jdk8.0.202-win_x64.msi'
checksum64 = 'b6d2a4d84b6ebc582b3f1a2ad12c82462587c09915c35accb3504ae649e97a8f'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-jdk8.0.212-win_x64.msi'
checksum64 = 'fb2f03b05998633eb3ea29de7bc5631d63695f689730201220ce324e8d018769'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu8/zulu8.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>zulu8</id>
<version>8.36.0.1</version>
<version>8.38.0.13</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu8</packageSourceUrl>
<title>Zulu 8</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit ca70a32

Please sign in to comment.