Skip to content

Commit

Permalink
AU: 2 updated - dropbox sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 4, 2023
1 parent 6124a57 commit 2ad37ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "171.3.6135-beta",
"beta": "171.3.6157-beta",
"stable": "170.4.5895"
}
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>171.3.6135-beta</version>
<version>171.3.6157-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 = '171.3.6135'
$version = '171.3.6157'

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/experimental/Dropbox%20171.3.6135%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20171.3.6135%20Offline%20Installer.x64.exe'
checksum = 'd6365c30b6268b9580e446200e3ab3c551a28a96a8a7f4f1764e92ab071f9cb4'
checksum64 = '19e422d9c48bed6c20415f25f7d4fe3edfda8dd5ccfd3cf981cf103719ea46f8'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20171.3.6157%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20171.3.6157%20Offline%20Installer.x64.exe'
checksum = 'a730413cdcd460675c27deb42afad0bc31dd0abfd22325e209eb3de8f7bb570f'
checksum64 = '394aff3f8cf1deeae76dcb10f51dae63d9cc4a78f196c2377c27ee945b386376'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2023.3.30.20230331</version>
<version>2023.4.4</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '3852a080b773e198b18cc25f6e3935eb935dc17d471aafcc9b09efa276d9992b'
checksum = 'e144e93d83c7ea792e1e9e804253b8eda9649ee1102dc168c7bd70ac26edb199'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit 2ad37ed

Please sign in to comment.