Skip to content

Commit

Permalink
AU: 3 updated - dropbox vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 30, 2021
1 parent 0c8268a commit 44812bf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "128.3.2849-beta",
"beta": "128.3.2857-beta",
"stable": "127.4.4265"
}
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>128.3.2849-beta</version>
<version>128.3.2857-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 = '128.3.2849'
$version = '128.3.2857'

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%20128.3.2849%20Offline%20Installer.exe'
checksum = '9beaebd64935e93ebf27f919f73c681f4f5c42b61346e254b32605ac7663e395'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20128.3.2857%20Offline%20Installer.exe'
checksum = '4af6ffc4b6190311aa93937a92c1ae93429947b1bcd39293ecea9517c0a767f0'
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/0f22f2d343e33b03e8033d1083513072f58ece21/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0f22f2d343e33b03e8033d1083513072f58ece21/VSCodeSetup-x64-1.59.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/104bc571e956e4af623905ef10dfcc8f0fdac625/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/104bc571e956e4af623905ef10dfcc8f0fdac625/VSCodeSetup-x64-1.59.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '408c940bde29adca9968e1ada14ee019d5f029fa9582c0f3dcb16fdcaae4a064af9d90c8dae747cc102f8936f734245f83072e2a9358b67a3b7d28d8cfa50e44'
checksum = 'c10289ab016bd4d3a00b834c32a7b1e2fc23a13b68c464f90ae7f27e058fa35f002b20b3e53eb449fbad9b4c667276c45af9085cc01cfcefe5a15979d3765282'
checksumType = 'sha512'
checksum64 = 'e9c8b4ddfc0a51bed785ff66f15b88eb615ffab4c5dbd2a74acba741e74a8ae10139bc4ae2b415f09ce1f270cf8d911f40ce8ab94c15d0ab7d4940c27c5ad089'
checksum64 = '07bb75d389bef7338016a2b729d8e0dc27b234dccb3aece798de6f3f18b90f625897717cfa8058e1d3acb54b0484584adff50c3a3f5585ea1a9d5785a0fb3d77'
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.59.0.20210729</version>
<version>1.59.0.20210730</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.59.0.20210729</version>
<version>1.59.0.20210730</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.59.0.20210729]" />
<dependency id="vscode-insiders.install" version="[1.59.0.20210730]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 44812bf

Please sign in to comment.