Skip to content

Commit

Permalink
AU: 2 updated - dropbox gpg4win
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 11, 2024
1 parent 5755b54 commit 3f2d16d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "195.3.4884-beta",
"beta": "195.3.4906-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>195.3.4884-beta</version>
<version>195.3.4906-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 = '195.3.4884'
$version = '195.3.4906'

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%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'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4906%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4906%20Offline%20Installer.x64.exe'
checksum = '08591306eaa9d4c1597a1bdbe8d016db8e55f3117d8632b1e67acb9676687ff0'
checksum64 = 'f236780cf5cd997491c88d377a205b4ac22630768532d70b0e6ac9521d7397b1'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>4.3.0</version>
<version>4.3.1</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://files.gpg4win.org/gpg4win-4.3.0.exe
x32: https://files.gpg4win.org/gpg4win-4.3.1.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: AF4F67B43E6785393BF0AADBD8FD29053AE8024D2EBBA5562DC617F521B20703
checksum32: 2DB44B086D860C51A4F45F43A739CD20FB0822189DEB1C1CF13E4B5A3B05BC3B

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html

0 comments on commit 3f2d16d

Please sign in to comment.