Skip to content

Commit

Permalink
AU: 2 updated - dropbox nuget.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 10, 2024
1 parent 1eaa3b8 commit 5e7fadd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "203.3.4812-beta",
"stable": "202.4.5551"
"beta": "204.3.5275-beta",
"stable": "203.4.4857"
}
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>203.3.4812-beta</version>
<version>203.4.4857</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 = '203.3.4812'
$version = '203.4.4857'

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%20203.3.4812%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.3.4812%20Offline%20Installer.x64.exe'
checksum = '8eb17bee380a0d6b9ee723f45170b9dc3b3176774a2861ad473b024ec6983f34'
checksum64 = '42003623b5ef02743c05f04a2855baa66a6155075e985a9e227f97c6f0723252'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.4.4857%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.4.4857%20Offline%20Installer.x64.exe'
checksum = '5a65ad9c1341b9f3557140e5bf112f27248523dcd730fc29b68342b1b8283114'
checksum64 = '107513172cede0196fce5cc65fad022a6ec89d00951c3b6007e27ecd4e509400'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.10.0/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.10.1/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: BAD75B985CEF3B2E52FA6141B207DB25BAFA8724189A420400FCF2787248BF4E
checksum: E41E724F541C1F0425E9E92856D19A0E87A8EB4CB692CADA6E0399FEB4B2B026

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"6.6": "6.6.2",
"6.7": "6.7.1",
"6.8": "6.8.1",
"6.10": "6.10.0"
"6.10": "6.10.1"
}
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>6.10.0</version>
<version>6.10.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down

0 comments on commit 5e7fadd

Please sign in to comment.