Skip to content

Commit

Permalink
AU: 2 updated - dropbox vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2018
1 parent e690fb2 commit 13837da
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "63.4.100-beta",
"beta": "64.3.120-beta",
"stable": "63.4.100"
}
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>63.4.100</version>
<version>64.3.120-beta</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2063.4.100%20Offline%20Installer.exe'
checksum = '4a65bd74a942fa913a4d51074afc0684940daf2ab411a75d77766e18d7073851'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2064.3.120%20Offline%20Installer.exe'
checksum = '38fcca086c3714f4d164a8d75d4b31a09b05b6d97ea10abd6a012f83bd4533c2'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.29.1'
$version = '1.30.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/bc24f98b5f70467bc689abf41cc5550ca637088e/VSCodeSetup-ia32-1.29.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/bc24f98b5f70467bc689abf41cc5550ca637088e/VSCodeSetup-x64-1.29.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/c6e592b2b5770e40a98cb9c2715a8ef89aec3d74/VSCodeSetup-ia32-1.30.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/c6e592b2b5770e40a98cb9c2715a8ef89aec3d74/VSCodeSetup-x64-1.30.0.exe'

softwareName = "$softwareName"

checksum = 'aa291ef9b57635b98fac06ca7a75345f5d778c074bba921062233199f3a3839c'
checksum = '9c0136d101b1fab1bd51110392cb20e666fb45d0015239421c84faa0a5ade4e4'
checksumType = 'sha256'
checksum64 = '25205076ecc7942b66772f8f7e275e81e89427c06a1b4bc6c9b24bb4b9ae4342'
checksum64 = '271d817d274912ad4ec578896c0de6f51f3a29d39b020defb3a503137d713304'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.29.1</version>
<version>1.30.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 13837da

Please sign in to comment.