diff --git a/automatic/deepl/deepl.nuspec b/automatic/deepl/deepl.nuspec index 150b799cf..735943a3c 100644 --- a/automatic/deepl/deepl.nuspec +++ b/automatic/deepl/deepl.nuspec @@ -3,7 +3,7 @@ deepl - 24.4.3.12310 + 24.5.1.12467 DeepL DeepL tunisiano diff --git a/automatic/deepl/tools/chocolateyInstall.ps1 b/automatic/deepl/tools/chocolateyInstall.ps1 index 62f09ffdf..270343dd5 100644 --- a/automatic/deepl/tools/chocolateyInstall.ps1 +++ b/automatic/deepl/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $url = 'https://appdownload.deepl.com/windows/0install/DeepLSetup.exe' -$checksum = 'f9beee004216465521a3072a1523059d741e69414050394ea554d327c3db2a73' +$checksum = 'd5bcb75b44c43546653fa68bbcb8bb43815046f9f4a7e542d0e5d4f2bafe648f' $checksumtype = 'sha256' $packageArgs = @{ diff --git a/automatic/freepascal/freepascal.nuspec b/automatic/freepascal/freepascal.nuspec index fd7ed363d..b0d859e9e 100644 --- a/automatic/freepascal/freepascal.nuspec +++ b/automatic/freepascal/freepascal.nuspec @@ -2,7 +2,7 @@ freepascal - 0.0 + 3.2.2 Free Pascal Free Pascal team tunisiano diff --git a/automatic/freepascal/tools/ChocolateyInstall.ps1 b/automatic/freepascal/tools/ChocolateyInstall.ps1 index 0c3bcf9dc..c6adf6b5f 100644 --- a/automatic/freepascal/tools/ChocolateyInstall.ps1 +++ b/automatic/freepascal/tools/ChocolateyInstall.ps1 @@ -5,8 +5,8 @@ $Url32 = 'https://sourceforge.net/projects/freepascal/files/Win32/3.2.2 $checksum = '7ec78b1790ecac7685f440b17f9e03865bc09846b7c068a9270c4d37704b5ac8' $checksumType = 'sha256' $Url64 = 'https://sourceforge.net/projects/freepascal/files/Win32/3.2.2/fpc-3.2.2.win32.and.win64.exe/download' -$checksum64 = '' -$checksumType64 = '' +$checksum64 = '7ec78b1790ecac7685f440b17f9e03865bc09846b7c068a9270c4d37704b5ac8' +$checksumType64 = 'sha256' $ToolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $InstallationPath = Join-Path $(Get-ToolsLocation) $PackageName