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 Feb 3, 2023
1 parent 0f121e8 commit 8deaba8
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
@@ -1,4 +1,4 @@
{
"beta": "167.3.4684-beta",
"beta": "167.3.4712-beta",
"stable": "166.4.2920"
}
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>167.3.4684-beta</version>
<version>167.3.4712-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
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '167.3.4684'
$version = '167.3.4712'

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%20167.3.4684%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20167.3.4684%20Offline%20Installer.x64.exe'
checksum = '2cd1ffa8c8b2bb6d31e2d43b6ea2c37e19dcb6d8955af370c772bf0ddc5970ce'
checksum64 = '1e92179821164e3117f4300dc81831653baa9c27f01719cec0f848ed8c89ca31'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20167.3.4712%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20167.3.4712%20Offline%20Installer.x64.exe'
checksum = '7a2de3471b65855fefdf8dd74be216b5ea6251b5fc93deecf3039aede54e9dc7'
checksum64 = '8be754e130af0cbf1c5d97fb09d4de1688b90b3b8718828d8663e9f8aa3cec55'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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>9.0.10</version>
<version>9.0.11</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
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.0.10'
$version = '9.0.11'

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

0 comments on commit 8deaba8

Please sign in to comment.