Skip to content

Commit

Permalink
AU: 2 updated - dropbox webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 13, 2022
1 parent 98fe13a commit a24ef34
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "149.3.4526-beta",
"beta": "149.3.4541-beta",
"stable": "148.4.4519"
}
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>148.4.4519</version>
<version>149.3.4541-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 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 = '148.4.4519'
$version = '149.3.4541'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20148.4.4519%20Offline%20Installer.exe'
checksum = 'bbd4ca636a065bde3d4bac8a20352f66f15dd51a4de1fd5dbd2df442510b810b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20149.3.4541%20Offline%20Installer.exe'
checksum = 'f72715902a9488a45630af6a922b8f67aaa11da7ac34a50c1c3f764e2b8b2352'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2022.1.exe'
checksum = '103efaad480d80df18d997c314306cf0a6dbb6938b82fc3161821acb9e99af96'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2022.1.1.exe'
checksum = '6f8da70e43ac8cd8527c220310c5856349393a489fd14a34e3cbac9950c5fe21'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2022.1</version>
<version>2022.1.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit a24ef34

Please sign in to comment.