Skip to content

Commit

Permalink
AU: 2 updated - dropbox mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 8, 2023
1 parent b9b3e58 commit 0056c74
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": "174.3.5690-beta",
"beta": "174.3.5738-beta",
"stable": "173.4.6706"
}
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>173.4.6706</version>
<version>174.3.5738-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 = '173.4.6706'
$version = '174.3.5738'

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%20173.4.6706%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20173.4.6706%20Offline%20Installer.x64.exe'
checksum = '8d496df01e5fd7efee2347dcbb39a4f725d1be8c92ef76b2f72a8eabb43ab20c'
checksum64 = '64461c12ac05b2eea52987dc6243abe84e3e2b0f2f3032bc1b965a046a145c61'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5738%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5738%20Offline%20Installer.x64.exe'
checksum = 'ebabf679ebc8afd9f625ecc9060f37c8f4c3d038ee453d93915a7decb5ef0ea6'
checksum64 = '035b9ee71c5959aea563899f0bb0fb10553cf261a02a018095ab19cf177e82cd'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.1.9</version>
<version>9.1.10</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.1.9'
$version = '9.1.10'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 0056c74

Please sign in to comment.