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 Sep 4, 2024
1 parent aaaff49 commit 520be3f
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": "207.3.5702-beta",
"beta": "208.3.5706-beta",
"stable": "206.4.6506"
}
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>207.3.5702-beta</version>
<version>208.3.5706-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 = '207.3.5702'
$version = '208.3.5706'

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%20207.3.5702%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20207.3.5702%20Offline%20Installer.x64.exe'
checksum = '272d955fc17a6e5de274e9270f0e165ee18c9ac790ec009ae2b707cf5d1effb8'
checksum64 = '5652fb641d498c94155abc47e3e64eb0ee79c8ea45d4f9fb6d6b1ceea3c835a9'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20208.3.5706%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20208.3.5706%20Offline%20Installer.x64.exe'
checksum = '66b9c3ece4c14ff0191b8758c74d4c3899cc98d082237ee98de690bed5543a81'
checksum64 = 'b19c75583fbffa25de520e5cb1e67c820f44028d72a246cd803244db6c1692cc'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/336db9ece67f682159078ea1b54212de7636d88a/VSCodeSetup-x64-1.93.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/4849ca9bdf9666755eb463db297b69e5385090e3/VSCodeSetup-x64-1.93.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '9cd870f1bb01c777c9473810ec30d93b10ab84644577361fb2a1f1905f2763f248b1228575a117f128f6b6f6248e2f8db8b4089fbd97d9ba03ff537290baa003'
checksum64 = 'b0ba3dc50f194fb69775dcbb854e90ac1ec19d000638308b192b3a516db06f61e4a30789e389f1df82f13b61fbe30ed01c12e0a35fe55673f5a8a72a005f39eb'
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.93.0.20240830</version>
<version>1.93.0.20240904</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.93.0.20240830</version>
<version>1.93.0.20240904</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.93.0.20240830]" />
<dependency id="vscode-insiders.install" version="[1.93.0.20240904]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 520be3f

Please sign in to comment.