Skip to content

Commit

Permalink
AU: 2 updated - dropbox vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 14, 2022
1 parent e2cd4ca commit 14c8102
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": "140.3.1903-beta",
"beta": "140.3.1928-beta",
"stable": "139.4.4896"
}
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>140.3.1903-beta</version>
<version>140.3.1928-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 = '140.3.1903'
$version = '140.3.1928'

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%20140.3.1903%20Offline%20Installer.exe'
checksum = '25115c45d90624bbe67355c20a11e0737ae91d935f5fc05db2c87170edde1438'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20140.3.1928%20Offline%20Installer.exe'
checksum = '95b95675cbbe9defe5ce32f66f493dd5fc1820d02121d4c047bab11c8f4971a0'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/753319a08f8e74700b1dba3a29bf0a6af7c2953f/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/753319a08f8e74700b1dba3a29bf0a6af7c2953f/VSCodeSetup-x64-1.64.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/0e435cf51d0e45293a94466fc3b1299ba70fa9b1/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0e435cf51d0e45293a94466fc3b1299ba70fa9b1/VSCodeSetup-x64-1.64.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1b9cb658c6a78957b258cf10f35fdbaf0e3477586c7eecb7c656ec62f575275532e455f0b4fdb8ee1370f5120158291ef7b35bc45b647101135cc2f2a52db891'
checksum = '838fb7f0cd3b25e4fe0a57e79ca77ed5c0d5dec5cccabde9dfad1abe20275008854da87cbc8674e91bf594257aca4c5c92e16a37bb02c604e31065fcac27a7ce'
checksumType = 'sha512'
checksum64 = 'cff43a3d71b03dd3f928c7682912003f6387ce41790a82d8c82f9f0685515c7b609ad2e8e8f7941445950972fd01331878c0520076d309b9309db223149342a9'
checksum64 = 'c51f93e656171e2c71047a7bc9b3af1b3f77f16b084eb20c74ecfc3bae0c2d03f1abcca333504fb03cccadfc58ed0b183d50b5e05f9b59637f63fa1e4270a32d'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.64.0.20220112</version>
<version>1.64.0.20220113</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 14c8102

Please sign in to comment.