From c3206184634f327bf30b45cc8e1c8166e36f7f1a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 15 Oct 2024 20:49:56 +0000 Subject: [PATCH] Sapmachine version update on Tue Oct 15 20:49:56 UTC 2024 --- sapmachine-11-jdk/sapmachine11.nuspec | 2 +- sapmachine-11-jdk/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-11-jre/sapmachine11jre.nuspec | 2 +- sapmachine-11-jre/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-17-jdk/sapmachine17.nuspec | 2 +- sapmachine-17-jdk/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-17-jre/sapmachine17jre.nuspec | 2 +- sapmachine-17-jre/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-21-jdk/sapmachine21.nuspec | 2 +- sapmachine-21-jdk/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-21-jre/sapmachine21jre.nuspec | 2 +- sapmachine-21-jre/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-jdk/sapmachine.nuspec | 2 +- sapmachine-jdk/tools/chocolateyinstall.ps1 | 4 ++-- sapmachine-jre/sapmachinejre.nuspec | 2 +- sapmachine-jre/tools/chocolateyinstall.ps1 | 4 ++-- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/sapmachine-11-jdk/sapmachine11.nuspec b/sapmachine-11-jdk/sapmachine11.nuspec index b6c7a68..f1e3537 100644 --- a/sapmachine-11-jdk/sapmachine11.nuspec +++ b/sapmachine-11-jdk/sapmachine11.nuspec @@ -2,7 +2,7 @@ sapmachine11 - 11.0.24 + 11.0.25 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine 11 diff --git a/sapmachine-11-jdk/tools/chocolateyinstall.ps1 b/sapmachine-11-jdk/tools/chocolateyinstall.ps1 index b7fb257..9eda9f5 100644 --- a/sapmachine-11-jdk/tools/chocolateyinstall.ps1 +++ b/sapmachine-11-jdk/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.24/sapmachine-jdk-11.0.24_windows-x64_bin.msi' - Checksum64 = 'f7774e7879c19683fcab9def54c6c9780ad6d50a780d4ec95663b3b5ca49a904' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.25/sapmachine-jdk-11.0.25_windows-x64_bin.msi' + Checksum64 = '35c9e4f580b8869700b75c57cac8f98b3c61693cbd261d4afeab293ab95eeaa2' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-11-jre/sapmachine11jre.nuspec b/sapmachine-11-jre/sapmachine11jre.nuspec index 2a57b82..62fd374 100644 --- a/sapmachine-11-jre/sapmachine11jre.nuspec +++ b/sapmachine-11-jre/sapmachine11jre.nuspec @@ -2,7 +2,7 @@ sapmachine11jre - 11.0.24 + 11.0.25 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine 11 JRE diff --git a/sapmachine-11-jre/tools/chocolateyinstall.ps1 b/sapmachine-11-jre/tools/chocolateyinstall.ps1 index b69b053..324c3fa 100644 --- a/sapmachine-11-jre/tools/chocolateyinstall.ps1 +++ b/sapmachine-11-jre/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.24/sapmachine-jre-11.0.24_windows-x64_bin.msi' - Checksum64 = '9ba1b89f3e5991eb3a11489580527c3f4dfe5ed35b2d4106abd94168fe2ca662' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.25/sapmachine-jre-11.0.25_windows-x64_bin.msi' + Checksum64 = '3328fb6b54a8a48ec3c527eefb9f5157171e4ae2adbd22f2a1e61abf3d7338a3' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-17-jdk/sapmachine17.nuspec b/sapmachine-17-jdk/sapmachine17.nuspec index 9bd6454..3c5639e 100644 --- a/sapmachine-17-jdk/sapmachine17.nuspec +++ b/sapmachine-17-jdk/sapmachine17.nuspec @@ -2,7 +2,7 @@ sapmachine17 - 17.0.12 + 17.0.13 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine 17 JDK diff --git a/sapmachine-17-jdk/tools/chocolateyinstall.ps1 b/sapmachine-17-jdk/tools/chocolateyinstall.ps1 index 316a63f..a831f7c 100644 --- a/sapmachine-17-jdk/tools/chocolateyinstall.ps1 +++ b/sapmachine-17-jdk/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.12/sapmachine-jdk-17.0.12_windows-x64_bin.msi' - Checksum64 = 'ce036b86c5d2eac8e6988a0b79c79d6093e71e52d9db18c3f63081c799b9e7d2' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.13/sapmachine-jdk-17.0.13_windows-x64_bin.msi' + Checksum64 = '11182205e2fc42a1c0480d2833d5f3f3b5b5508e041929371f4b8b4a254643be' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-17-jre/sapmachine17jre.nuspec b/sapmachine-17-jre/sapmachine17jre.nuspec index 75b317e..1a1f8cc 100644 --- a/sapmachine-17-jre/sapmachine17jre.nuspec +++ b/sapmachine-17-jre/sapmachine17jre.nuspec @@ -2,7 +2,7 @@ sapmachine17jre - 17.0.12 + 17.0.13 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine 17 JRE diff --git a/sapmachine-17-jre/tools/chocolateyinstall.ps1 b/sapmachine-17-jre/tools/chocolateyinstall.ps1 index e4f5959..02a3888 100644 --- a/sapmachine-17-jre/tools/chocolateyinstall.ps1 +++ b/sapmachine-17-jre/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.12/sapmachine-jre-17.0.12_windows-x64_bin.msi' - Checksum64 = '69cafc67d68e4f4e8d2f97857cd7cbfa8e9f30d4ba7346f4fb7af8fef402972d' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.13/sapmachine-jre-17.0.13_windows-x64_bin.msi' + Checksum64 = 'ec1da756d99a13a3c8764b009c57e2500e228a6fa9be7859450618d08d321467' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-21-jdk/sapmachine21.nuspec b/sapmachine-21-jdk/sapmachine21.nuspec index cebf093..cfc2b5f 100644 --- a/sapmachine-21-jdk/sapmachine21.nuspec +++ b/sapmachine-21-jdk/sapmachine21.nuspec @@ -2,7 +2,7 @@ sapmachine21 - 21.0.4 + 21.0.5 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine JDK diff --git a/sapmachine-21-jdk/tools/chocolateyinstall.ps1 b/sapmachine-21-jdk/tools/chocolateyinstall.ps1 index b17d7a0..4efe279 100644 --- a/sapmachine-21-jdk/tools/chocolateyinstall.ps1 +++ b/sapmachine-21-jdk/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.4/sapmachine-jdk-21.0.4_windows-x64_bin.msi' - Checksum64 = 'baba51bf15a9c8aadeef8cf329401fdbfddb301ab5b05b4b1881a4c7d3f8decb' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jdk-21.0.5_windows-x64_bin.msi' + Checksum64 = 'f47da522c038a335eba20e9a6f6c7a7788076adfad66778dbb460a92b8a08092' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-21-jre/sapmachine21jre.nuspec b/sapmachine-21-jre/sapmachine21jre.nuspec index 5552e6c..9509268 100644 --- a/sapmachine-21-jre/sapmachine21jre.nuspec +++ b/sapmachine-21-jre/sapmachine21jre.nuspec @@ -2,7 +2,7 @@ sapmachine21jre - 21.0.4 + 21.0.5 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine JRE diff --git a/sapmachine-21-jre/tools/chocolateyinstall.ps1 b/sapmachine-21-jre/tools/chocolateyinstall.ps1 index f93d44d..018ea77 100644 --- a/sapmachine-21-jre/tools/chocolateyinstall.ps1 +++ b/sapmachine-21-jre/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.4/sapmachine-jre-21.0.4_windows-x64_bin.msi' - Checksum64 = '1d37dc224bc1c83892cd3cfb3825b3f48ab717862ac5bc4bdcc80e46d4fb1c01' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jre-21.0.5_windows-x64_bin.msi' + Checksum64 = '872275b908e33e97049113e711de0f4d132cc1c34d2e05d8a2eb34241d910acf' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-jdk/sapmachine.nuspec b/sapmachine-jdk/sapmachine.nuspec index d72ccc6..66a3698 100644 --- a/sapmachine-jdk/sapmachine.nuspec +++ b/sapmachine-jdk/sapmachine.nuspec @@ -2,7 +2,7 @@ sapmachine - 21.0.4 + 21.0.5 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine JDK diff --git a/sapmachine-jdk/tools/chocolateyinstall.ps1 b/sapmachine-jdk/tools/chocolateyinstall.ps1 index b17d7a0..4efe279 100644 --- a/sapmachine-jdk/tools/chocolateyinstall.ps1 +++ b/sapmachine-jdk/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.4/sapmachine-jdk-21.0.4_windows-x64_bin.msi' - Checksum64 = 'baba51bf15a9c8aadeef8cf329401fdbfddb301ab5b05b4b1881a4c7d3f8decb' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jdk-21.0.5_windows-x64_bin.msi' + Checksum64 = 'f47da522c038a335eba20e9a6f6c7a7788076adfad66778dbb460a92b8a08092' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/sapmachine-jre/sapmachinejre.nuspec b/sapmachine-jre/sapmachinejre.nuspec index 5a9de00..fd46ad0 100644 --- a/sapmachine-jre/sapmachinejre.nuspec +++ b/sapmachine-jre/sapmachinejre.nuspec @@ -2,7 +2,7 @@ sapmachinejre - 21.0.4 + 21.0.5 https://github.com/ajshastri/chocolatey-packages https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/sapmachine.png SapMachine JRE diff --git a/sapmachine-jre/tools/chocolateyinstall.ps1 b/sapmachine-jre/tools/chocolateyinstall.ps1 index f93d44d..018ea77 100644 --- a/sapmachine-jre/tools/chocolateyinstall.ps1 +++ b/sapmachine-jre/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageArgs = @{ PackageName = $env:ChocolateyPackageName - Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.4/sapmachine-jre-21.0.4_windows-x64_bin.msi' - Checksum64 = '1d37dc224bc1c83892cd3cfb3825b3f48ab717862ac5bc4bdcc80e46d4fb1c01' + Url64bit = 'https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jre-21.0.5_windows-x64_bin.msi' + Checksum64 = '872275b908e33e97049113e711de0f4d132cc1c34d2e05d8a2eb34241d910acf' ChecksumType64 = 'sha256' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet"