Skip to content

Commit

Permalink
Upgrades to 17.0.2, 11.0.14 and 8.322.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssen committed Jan 19, 2022
1 parent 449b3d3 commit ba9e7c2
Show file tree
Hide file tree
Showing 36 changed files with 119 additions and 113 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ env:
- PACKAGE=ojdkbuild
- PACKAGE=ojdkbuild8
- PACKAGE=ojdkbuild11
- PACKAGE=ojdkbuild17
- PACKAGE=OpenJDK
- PACKAGE=OpenJDK8
- PACKAGE=OpenJDK8JRE
Expand Down
2 changes: 1 addition & 1 deletion Corretto11JDK/corretto11jdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto11jdk</id>
<version>11.0.13.8</version>
<version>11.0.14.9</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Corretto11JDK</packageSourceUrl>
<title>Corretto 11 JDK</title>
<authors>Amazon</authors>
Expand Down
4 changes: 2 additions & 2 deletions Corretto11JDK/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/11.0.13.8.1/amazon-corretto-11.0.13.8.1-windows-x64.msi'
Checksum64 = '285c47a5bdfe2fc30607f45eb5926889'
Url64bit = 'https://corretto.aws/downloads/resources/11.0.14.9.1/amazon-corretto-11.0.14.9.1-windows-x64.msi'
Checksum64 = 'efc65b68dfe906ce60eb7f41e98b80b8'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion Corretto8JDK/corretto8jdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto8jdk</id>
<version>8.312.07.1</version>
<version>8.322.06.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Corretto8JDK</packageSourceUrl>
<title>Corretto 8 JDK</title>
<authors>Amazon</authors>
Expand Down
4 changes: 2 additions & 2 deletions Corretto8JDK/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/8.312.07.1/amazon-corretto-8.312.07.1-windows-x64-jdk.msi'
Checksum64 = 'c615dea756ecae9575c67ed32a247923'
Url64bit = 'https://corretto.aws/downloads/resources/8.322.06.1/amazon-corretto-8.322.06.1-windows-x64-jdk.msi'
Checksum64 = '08fbb93a2dbae6601608e949e7491a7c'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion Corretto8JRE/corretto8jre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto8jre</id>
<version>8.312.07.1</version>
<version>8.322.06.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Corretto8JDK</packageSourceUrl>
<title>Corretto 8 JRE</title>
<authors>Amazon</authors>
Expand Down
4 changes: 2 additions & 2 deletions Corretto8JRE/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $installDir = "$programFiles\Corretto"
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $targetDir = $installDir
Url64 = 'https://corretto.aws/downloads/resources/8.312.07.1/amazon-corretto-8.312.07.1-windows-x64-jre.zip'
Checksum64 = 'aab5168ab0e93a36deda5706102bfbe5'
Url64 = 'https://corretto.aws/downloads/resources/8.322.06.1/amazon-corretto-8.322.06.1-windows-x64-jre.zip'
Checksum64 = 'fb75ebb184bf43791af8758415e98acf'
ChecksumType64 = 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion OpenJDK17/openjdk17.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openjdk17</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/OpenJDK17</packageSourceUrl>
<title>OpenJDK 17</title>
<authors>Oracle</authors>
Expand Down
2 changes: 1 addition & 1 deletion OpenJDK17/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$programFiles = (${env:ProgramFiles}, ${env:ProgramFiles(x86)} -ne $null)[0]
$installDir = "$programFiles\OpenJDK"

$pathToUnInstall = "$installDir\jdk-17.0.1\bin"
$pathToUnInstall = "$installDir\jdk-17.0.2\bin"

$statementTerminator = ";"

Expand Down
8 changes: 4 additions & 4 deletions OpenJDK17/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $installDir = "$programFiles\OpenJDK"
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $targetDir = $installDir
Url64 = 'https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_windows-x64_bin.zip'
Checksum64 = '329900a6673b237b502bdcf77bc334da34bc91355c5fd2d457fc00f53fd71ef1'
Url64 = 'https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_windows-x64_bin.zip'
Checksum64 = 'b2208206bda47f2e0c971a39e057a5ec32c40b503d71e486790cb728d926b615'
ChecksumType64 = 'sha256'
}

Install-ChocolateyZipPackage @packageArgs
Install-ChocolateyEnvironmentVariable 'JAVA_HOME' $targetDir\jdk-17.0.1 'Machine'
Install-ChocolateyEnvironmentVariable 'JAVA_HOME' $targetDir\jdk-17.0.2 'Machine'
# The full path instead of the %JAVA_HOME% is needed so it can be removed with the Chocolatey Uninstall
Install-ChocolateyPath $targetDir\jdk-17.0.1\bin -PathType 'Machine'
Install-ChocolateyPath $targetDir\jdk-17.0.2\bin -PathType 'Machine'
2 changes: 1 addition & 1 deletion OpenJDK17/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
$installDir = "$programFiles\OpenJDK"

Uninstall-ChocolateyEnvironmentVariable 'JAVA_HOME' 'Machine'
rm -r "$installDir\jdk-17.0.1"
rm -r "$installDir\jdk-17.0.2"
2 changes: 1 addition & 1 deletion Oracle17JDK/oracle17jdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>oracle17jdk</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Oracle17JDK</packageSourceUrl>
<title>Oracle 17 JDK</title>
<authors>Oracle</authors>
Expand Down
4 changes: 2 additions & 2 deletions Oracle17JDK/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://download.oracle.com/java/17/archive/jdk-17.0.1_windows-x64_bin.msi'
Checksum64 = '61FE8EA15D2DAEC053593414D6BE0C930CAC9905F2A895FB9F88A0EFBCAEE2B6'
Url64bit = 'https://download.oracle.com/java/17/archive/jdk-17.0.2_windows-x64_bin.msi'
Checksum64 = 'ccc63393c70cdf6135acf788e076b0d95abdad85615a20d6d4d94e29b8280c08'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion OracleJDK/oraclejdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>oraclejdk</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/OracleJDK</packageSourceUrl>
<title>Oracle JDK</title>
<authors>Oracle</authors>
Expand Down
4 changes: 2 additions & 2 deletions OracleJDK/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://download.oracle.com/java/17/archive/jdk-17.0.1_windows-x64_bin.msi'
Checksum64 = '61FE8EA15D2DAEC053593414D6BE0C930CAC9905F2A895FB9F88A0EFBCAEE2B6'
Url64bit = 'https://download.oracle.com/java/17/archive/jdk-17.0.2_windows-x64_bin.msi'
Checksum64 = 'ccc63393c70cdf6135acf788e076b0d95abdad85615a20d6d4d94e29b8280c08'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachine/sapmachine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachine</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachine</packageSourceUrl>
<title>SapMachine JDK</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachine/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.1/sapmachine-jdk-17.0.1_windows-x64_bin.msi'
Checksum64 = 'D2C3D49239F7725D3722E7130FB04A9F7FDBF72B2EDF7CCE88246C3DFCD73D00'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.2/sapmachine-jdk-17.0.2_windows-x64_bin.msi'
Checksum64 = 'dd11f73062a78fe3d99be8a8326b183abb64b06b0df4613085475e5fd0d3bc78'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachine11/sapmachine11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachine11</id>
<version>11.0.13</version>
<version>11.0.14</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachine11</packageSourceUrl>
<title>SapMachine 11</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachine11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.13/sapmachine-jdk-11.0.13_windows-x64_bin.msi'
Checksum64 = '9EE09A12D22014381CEB21BA22300083A98BBD5185CAF77548BBDF929A50C5F9'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.14/sapmachine-jdk-11.0.14_windows-x64_bin.msi'
Checksum64 = '7b9a4d543b5eb902d38af27b35349759cdcd7eda2c56d25ece28dc73bdbd34c9'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachine11JRE/sapmachine11jre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachine11jre</id>
<version>11.0.13</version>
<version>11.0.14</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachine11</packageSourceUrl>
<title>SapMachine 11 JRE</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachine11JRE/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.13/sapmachine-jre-11.0.13_windows-x64_bin.msi'
Checksum64 = '477B3F919690752068CED144B07610E6AAE499AF649B98C5566C9B9ED0AC9A5E'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.14/sapmachine-jre-11.0.14_windows-x64_bin.msi'
Checksum64 = '5aeb6968f9b13ec0fc1694db62ebb3a12bcf6a34871ca3fe2d2a9e88d38f2c23'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachine17/sapmachine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachine17</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachine17</packageSourceUrl>
<title>SapMachine 17 JDK</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachine17/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.1/sapmachine-jdk-17.0.1_windows-x64_bin.msi'
Checksum64 = 'D2C3D49239F7725D3722E7130FB04A9F7FDBF72B2EDF7CCE88246C3DFCD73D00'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.2/sapmachine-jdk-17.0.2_windows-x64_bin.msi'
Checksum64 = 'dd11f73062a78fe3d99be8a8326b183abb64b06b0df4613085475e5fd0d3bc78'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachine17JRE/sapmachinejre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachine17jre</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachine17JRE</packageSourceUrl>
<title>SapMachine 17 JRE</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachine17JRE/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.1/sapmachine-jre-17.0.1_windows-x64_bin.msi'
Checksum64 = '46307E1FD02EA6F59D5CCFC1FC2D35C4D2CC1225FC5413A18A9373C9BDB5A3E4'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.2/sapmachine-jre-17.0.2_windows-x64_bin.msi'
Checksum64 = '51a21aaef1d4cd1a851513deb7a4c5aaf76e46885d98771c78a890b0b7c48306'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion SapMachineJRE/sapmachinejre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sapmachinejre</id>
<version>17.0.1</version>
<version>17.0.2</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/SapMachineJRE</packageSourceUrl>
<title>SapMachine JRE</title>
<authors>SAP</authors>
Expand Down
4 changes: 2 additions & 2 deletions SapMachineJRE/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.1/sapmachine-jre-17.0.1_windows-x64_bin.msi'
Checksum64 = '46307E1FD02EA6F59D5CCFC1FC2D35C4D2CC1225FC5413A18A9373C9BDB5A3E4'
Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.2/sapmachine-jre-17.0.2_windows-x64_bin.msi'
Checksum64 = '51a21aaef1d4cd1a851513deb7a4c5aaf76e46885d98771c78a890b0b7c48306'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
4 changes: 2 additions & 2 deletions WildFly/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $installDir = "$programFiles\WildFly"
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $targetDir = $installDir
Url = 'https://github.com/wildfly/wildfly/releases/download/25.0.0.Final/wildfly-25.0.0.Final.zip'
Checksum = 'c47afe112ff0d4d8091a2cebf509afd7fcc07235'
Url = 'https://github.com/wildfly/wildfly/releases/download/26.0.0.Final/wildfly-26.0.0.Final.zip'
Checksum = '9b0ad3a6434750e4bf8def46aa0dbe19dd699b37'
ChecksumType = 'sha1'
}

Expand Down
2 changes: 1 addition & 1 deletion WildFly/wildfly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wildfly</id>
<version>25.0.0</version>
<version>26.0.0</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/WildFly</packageSourceUrl>
<title>WildFly</title>
<authors>Red Hat</authors>
Expand Down
2 changes: 1 addition & 1 deletion ojdkbuild/ojdkbuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ojdkbuild</id>
<version>15.0.2.7</version>
<version>17.0.1.0</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/ojdkbuild</packageSourceUrl>
<title>ojdkbuild latest JDK</title>
<authors>ojdkbuild community</authors>
Expand Down
4 changes: 2 additions & 2 deletions ojdkbuild/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-15-openjdk-15.0.2.7-1/java-15-openjdk-15.0.2.7-1.windows.ojdkbuild.x86_64.msi'
Checksum64 = 'b3eca673986f87dfb4c2ff7cf095810a16cc0d3da67f702b70ca73b1b49c952b'
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-17-openjdk-17.0.1.0.12-1/java-17-openjdk-17.0.1.0.12-1.win.x86_64.msi'
Checksum64 = '58013158d4b8f8906feb5875a861f910fcc41236acde8d94f899f26581151b7e'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion ojdkbuild11/ojdkbuild11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ojdkbuild11</id>
<version>11.0.12.7</version>
<version>11.0.13.8</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/ojdkbuild11</packageSourceUrl>
<title>ojdkbuild 11 JDK</title>
<authors>ojdkbuild community</authors>
Expand Down
4 changes: 2 additions & 2 deletions ojdkbuild11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.12.7-1/java-11-openjdk-11.0.12.7-1.windows.ojdkbuild.x86_64.msi'
Checksum64 = '975fe76ce3e821251313e9a17e248f74a875e1d8bff40f026b4573062bae2a10'
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.13.8-1/java-11-openjdk-11.0.13.8-1.windows.ojdkbuild.x86_64.msi'
Checksum64 = '632030959d5d3f6e7b6e3fc2580e21c0a9f7174a94a68f36bcba28f34ce548f8'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion ojdkbuild8/ojdkbuild8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ojdkbuild8</id>
<version>8.0.302</version>
<version>8.0.312</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/ojdkbuild8</packageSourceUrl>
<title>ojdkbuild 8 JDK</title>
<authors>ojdkbuild community</authors>
Expand Down
4 changes: 2 additions & 2 deletions ojdkbuild8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.302-1.b08/java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64.msi'
Checksum64 = '179b86c66373483922a4f4edeb88df4b7290361450c4e068c76df8c44a3b0889'
Url64bit = 'https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.312-1.b07/java-1.8.0-openjdk-1.8.0.312-1.b07.ojdkbuild.windows.x86_64.msi'
Checksum64 = '599b18a5daa3441373edf7958627316f8de320891368bc8dd9df836ac3682991'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
Loading

0 comments on commit ba9e7c2

Please sign in to comment.