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 committed Jul 30, 2018
1 parent bb3d482 commit 447eb00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "54.3.86-beta",
"stable": "53.4.67"
"stable": "54.3.86"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>53.4.67</version>
<version>54.3.86</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2053.4.67%20Offline%20Installer.exe'
checksum = 'c50b9b6ec6eba6aa29746bf3659eeb914061a496256f643733982ee70f6b1c1f'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2054.3.86%20Offline%20Installer.exe'
checksum = 'f878adf52f1b054ed94f06156e5ea7213f4bf05aa4f8a06a390e21a2ecd294a8'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>2.9.1</version>
<version>2.9.4</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.9.1'
$version = '2.9.4'

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

0 comments on commit 447eb00

Please sign in to comment.