Skip to content

Commit

Permalink
AU: 5 updated - dropbox Ghostscript Ghostscript.app gnupg skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 7, 2024
1 parent d909919 commit 9db7632
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "194.3.6258-beta",
"beta": "195.3.4884-beta",
"stable": "194.4.6267"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>194.4.6267</version>
<version>195.3.4884-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostscript.app/ghostscript.app.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript.app</id>
<version>10.02.1</version>
<version>10.03.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/gs10021w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/gs10021w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10030/gs10030w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10030/gs10030w64.exe>
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 <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostscript/ghostscript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript</id>
<version>10.02.1</version>
<version>10.03.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript</title>
Expand Down Expand Up @@ -32,7 +32,7 @@
]]></description>
<releaseNotes>https://ghostscript.readthedocs.io/en/latest/News.html</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[10.02.1]" />
<dependency id="ghostscript.app" version="[10.03.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnupg</id>
<version>2.4.4</version>
<version>2.4.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on <https://ww
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.4_20240125.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.5_20240307.exe>
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: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.113.0.210</version>
<version>8.114.0.214</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9db7632

Please sign in to comment.