diff --git a/automatic/cudatext/cudatext.nuspec b/automatic/cudatext/cudatext.nuspec index 475e71e43..1dc5c87ab 100644 --- a/automatic/cudatext/cudatext.nuspec +++ b/automatic/cudatext/cudatext.nuspec @@ -3,7 +3,7 @@ cudatext - 1.165.0.3 + 1.165.2.0 https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext chtof CudaText diff --git a/automatic/cudatext/legal/VERIFICATION.txt b/automatic/cudatext/legal/VERIFICATION.txt index eecdb37ce..ffbae1c47 100644 --- a/automatic/cudatext/legal/VERIFICATION.txt +++ b/automatic/cudatext/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy. Package can be verified like this: 1. Download: - x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.165.0.3.zip + x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.165.2.0.zip 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: 31F0CAA09CB51F85A4B1205E6F6E2A51EA4BA2F1EBFEC6E912CF7C6FA78DCBE0 + checksum64: 25B51EE7B731212F95DB9E9587064651BA35C3D10F7BF47D2C6C145298DE3CFE File 'LICENSE.txt' is obtained from: https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt diff --git a/automatic/cudatext/tools/chocolateyinstall.ps1 b/automatic/cudatext/tools/chocolateyinstall.ps1 index a80fa3d67..92a156080 100644 --- a/automatic/cudatext/tools/chocolateyinstall.ps1 +++ b/automatic/cudatext/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' } $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = $pp['InstallationPath'] - file64 = "$toolsDir\cudatext-win-x64-1.165.0.3.zip" + file64 = "$toolsDir\cudatext-win-x64-1.165.2.0.zip" } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/openmodelica/openmodelica.nuspec b/automatic/openmodelica/openmodelica.nuspec index 66e3b8294..4c8890bfb 100644 --- a/automatic/openmodelica/openmodelica.nuspec +++ b/automatic/openmodelica/openmodelica.nuspec @@ -3,7 +3,7 @@ openmodelica - 1.18.1 + 1.19.0 https://github.com/chtof/chocolatey-packages/tree/master/automatic/openmodelica chtof OpenModelica diff --git a/automatic/openmodelica/tools/chocolateyinstall.ps1 b/automatic/openmodelica/tools/chocolateyinstall.ps1 index 4824a8786..2f82bd436 100644 --- a/automatic/openmodelica/tools/chocolateyinstall.ps1 +++ b/automatic/openmodelica/tools/chocolateyinstall.ps1 @@ -3,12 +3,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://build.openmodelica.org/omc/builds/windows/releases/1.18/1/32bit/OpenModelica-v1.18.1-32bit.exe' - checksum = '8d4329a9c7998dd29982231fa96b984a04d02e4d83b06addbe9d0de2cd91bf07' + url = 'https://build.openmodelica.org/omc/builds/windows/releases/1.19/0/32bit/OpenModelica-v1.19.0-32bit.exe' + checksum = '8482341a616ad8c0c0309ba40c6c4844b92599b58bbd786bbc20bba194cd4fa2' checksumType = 'sha256' - url64 = 'https://build.openmodelica.org/omc/builds/windows/releases/1.18/1/64bit/OpenModelica-v1.18.1-64bit.exe' - checksum64 = 'bc4f81ca3ff2c45569c4f5f24757b0ae84cb1b8ab321b2a08d76e3ead859d34c' + url64 = 'https://build.openmodelica.org/omc/builds/windows/releases/1.19/0/64bit/OpenModelica-v1.19.0-64bit.exe' + checksum64 = 'c3e0378ba2d8490a16f8a446cbc22304ac95dffe23e064edf3ad86b9d43b8ee5' checksumType64= 'sha256' silentArgs = '/S'