Skip to content

Commit

Permalink
AU: 2 updated - dropbox mkdocs-material
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed May 3, 2024
1 parent a4dbc56 commit 44087e3
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": "199.3.6174-beta",
"beta": "199.3.6190-beta",
"stable": "198.4.7615"
}
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>198.4.7615</version>
<version>199.3.6190-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 = '198.4.7615'
$version = '199.3.6190'

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%20198.4.7615%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.4.7615%20Offline%20Installer.x64.exe'
checksum = '82df0d1fd2ede18ed4632de44d2765e05bc780ff4900350b626ee295da83b4a1'
checksum64 = '7dd61d7a5ff2e695316f7c8d34eca18219f48553c37d63d957f49bd24dd6855d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20199.3.6190%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20199.3.6190%20Offline%20Installer.x64.exe'
checksum = '9a7ffadad71f5c1368914c898d105a1d19e906c2bbd972c221be14e89de6e6b5'
checksum64 = 'ae9f7d13caa8d1eff335c072f5a73903c0fd6cbbcee7293c46c43d5518e26e68'
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.5.20</version>
<version>9.5.21</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.5.20'
$version = '9.5.21'

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

0 comments on commit 44087e3

Please sign in to comment.