From 9db7632df5db58bd0a931dd2a5487d22649e6456 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 7 Mar 2024 18:17:11 +0000 Subject: [PATCH] AU: 5 updated - dropbox Ghostscript Ghostscript.app gnupg skype [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1b7f6f7fad5f452ad3233f90a92ba387d77d0d9d --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/ghostscript.app/ghostscript.app.nuspec | 2 +- automatic/ghostscript.app/legal/VERIFICATION.txt | 8 ++++---- automatic/ghostscript.app/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/ghostscript/ghostscript.nuspec | 4 ++-- automatic/gnupg/gnupg.nuspec | 2 +- automatic/gnupg/legal/VERIFICATION.txt | 4 ++-- automatic/gnupg/tools/chocolateyInstall.ps1 | 2 +- automatic/skype/skype.nuspec | 2 +- automatic/skype/tools/chocolateyInstall.ps1 | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 27304df8a01..5ac903bff4a 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "194.3.6258-beta", + "beta": "195.3.4884-beta", "stable": "194.4.6267" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 098e045ad2b..14038f032a2 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 194.4.6267 + 195.3.4884-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index cd6993d522d..4677dafa670 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '194.4.6267' +$version = '195.3.4884' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.4.6267%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.4.6267%20Offline%20Installer.x64.exe' - checksum = '9824ef2c3fe76f3c55553efb344f8e75a2a545f83768d3a3198e74245fc10292' - checksum64 = 'a6048688b5a981a396710f3dcbe55710dd598ba0c5507c74ba9277226418b346' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4884%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4884%20Offline%20Installer.x64.exe' + checksum = '317a83262f300adf45d30a413888d7ba5453c4a1af6bb58707ed2e57fd854978' + checksum64 = 'd0aaae657fbcd2057e00a8bce46ea35218d354e6b994301102b536d082820fe2' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index fbbe3046da5..ad804051478 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,7 +3,7 @@ Ghostscript.app - 10.02.1 + 10.03.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app chocolatey-community Ghostscript (Install) diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index bd371e6b797..5e24410c442 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 74D1D127F98255DC0058EB9FDBC81BFF881288A159EB71E9F3C5B42036B10308 - checksum64: 40DCA8CC9156A448082670599D1779339738028A616B3C1047178CF0A0BAA6E5 + checksum32: 390B7B6CD5DD5E45DDCB4B881E7F40790D20E394CE4C9336DA4DD6ACF59029B1 + checksum64: 8F0B96ABDBC50B4358ADBDDB3E2D286A15A5AB48F95C01B9281F972F46581101 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index abf2558a8e0..1aa67ddb53a 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs10021w32.exe" -$filePath64 = "$toolsPath\gs10021w64.exe" +$filePath32 = "$toolsPath\gs10030w32.exe" +$filePath64 = "$toolsPath\gs10030w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/ghostscript/ghostscript.nuspec b/automatic/ghostscript/ghostscript.nuspec index 7f9b5342364..4b679d69909 100644 --- a/automatic/ghostscript/ghostscript.nuspec +++ b/automatic/ghostscript/ghostscript.nuspec @@ -3,7 +3,7 @@ Ghostscript - 10.02.1 + 10.03.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript chocolatey-community Ghostscript @@ -32,7 +32,7 @@ ]]> https://ghostscript.readthedocs.io/en/latest/News.html - + diff --git a/automatic/gnupg/gnupg.nuspec b/automatic/gnupg/gnupg.nuspec index ebd507bf4c0..854e1aeadf8 100644 --- a/automatic/gnupg/gnupg.nuspec +++ b/automatic/gnupg/gnupg.nuspec @@ -3,7 +3,7 @@ gnupg - 2.4.4 + 2.4.5 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg chocolatey-community, ludicrousByte, wget GnuPG diff --git a/automatic/gnupg/legal/VERIFICATION.txt b/automatic/gnupg/legal/VERIFICATION.txt index 4d41d220894..9c0f7c1269e 100644 --- a/automatic/gnupg/legal/VERIFICATION.txt +++ b/automatic/gnupg/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on + 32-bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: FADA26CDEE39385323D3C2F4D7BEFE0FA811B1DC3DEF9E13F50FBDC14B96572D + checksum32: D2AC821CEACF9409EBCDB42AE330087ADA30C732981F00B356F9C2F08FAC4DC1 License files are obtained from: - LICENSE.txt: diff --git a/automatic/gnupg/tools/chocolateyInstall.ps1 b/automatic/gnupg/tools/chocolateyInstall.ps1 index 3701bdc37db..c5ef5bb381d 100644 --- a/automatic/gnupg/tools/chocolateyInstall.ps1 +++ b/automatic/gnupg/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileType = 'EXE' softwareName = 'GNU Privacy Guard*' - file = "$toolsDir\gnupg-w32-2.4.4_20240125.exe" + file = "$toolsDir\gnupg-w32-2.4.5_20240307.exe" silentArgs = '/S' validExitCodes = @(0) } diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index f4693aacfda..91af41f22ae 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.113.0.210 + 8.114.0.214 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index f8452e20e64..a776e3e37ce 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.113.0.210.msi' - checksum = '862b9143c34c5777690fb60e7b8316823f5f35fa235af7fc353505561da148a5' + url = 'https://download.skype.com/s4l/download/win/Skype-8.114.0.214.msi' + checksum = '0a9f6a5f3bde93742cd4addf41b512c6ab305f19b258b30f14f27be35a8b7f70' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0)