From 050c324656735cc43a8d17e0bded3b2ba76310be Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 17 Sep 2021 18:13:22 +0000 Subject: [PATCH] AU: 3 updated - 1password dropbox vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/79d15908bd4fe9fc0e0e37ded6c6271fde7beb94 --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 2 +- automatic/1password/tools/chocolateyInstall.ps1 | 4 ++-- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index 71a9ef7a371..0bb6bc86e62 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.7.810", + "OPW": "7.7.817-BETA", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 12ec2ed3fca..7302e15815b 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.7.810 + 7.7.817-BETA 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index a0ec50aa734..1b1591c0b36 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.810.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.817-BETA.exe' softwareName = '1Password*' - checksum = '964bc6d616bea36139583961d002ae58039bd96645b71314b4126364cf838931' + checksum = '2a098ce82de40481e3af51c469364ac55101a5e9b98fcf2d639e6e941ff76c8f' checksumType = 'sha256' silentArgs = "--silent" validExitCodes = @(0) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index a07e2ba4848..e89154d7b96 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "132.3.3750-beta", + "beta": "132.3.3780-beta", "stable": "131.4.3968" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 535226b8e6b..867a7ad575e 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 132.3.3750-beta + 132.3.3780-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index f93bc3d62ec..01279eb8e6d 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '132.3.3750' +$version = '132.3.3780' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20132.3.3750%20Offline%20Installer.exe' - checksum = '9bd94b1ae53cc6ec8ca013835f36b8414b25612acfe56c4023adb6c2eb557ec6' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20132.3.3780%20Offline%20Installer.exe' + checksum = '5541d63092455e6ee4b52ee4e979a747ca028fa9e641ff077ed3941cbcef9496' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 53700b61b2b..4ec3ba28bee 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/da10782b86bd9d895ccb20be4514b19728036951/VSCodeSetup-ia32-1.61.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/da10782b86bd9d895ccb20be4514b19728036951/VSCodeSetup-x64-1.61.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/a0af58197e4a1d3e82fbe3048e0549e622d19f4f/VSCodeSetup-ia32-1.61.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/a0af58197e4a1d3e82fbe3048e0549e622d19f4f/VSCodeSetup-x64-1.61.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '33ec3619b88d0e2a7e72baad170d79c3e852c300a8f344f2e3449bae8a241fe9d75df31160815c079825a8962af3edfbdafe9da9cc10c8adfdd5a1bc6c87042b' + checksum = 'd813fb1b80e7b9b73403b4091b3ea6bddee446f87cdf7b349305fa1bda9c52c06788ef79c630aed8c930a40695af3b9f727e2f56d9b5f4bd4fa5d57b7f2517c5' checksumType = 'sha512' - checksum64 = '6f511f9625f10cd7e1ad2241910ce6b4b5640233c3c3122eb071d58fffeb8ccb9a2a52b8423cb1c41d9cbca0d2b451707f8e090984868b35fcb6a62def6ef830' + checksum64 = '8622f0ee7b97eb01c171532bf4aaa415b539dd0488f61e64b9decdbf43049cf75c62efb0e96d74c425a8d0c86a6f8ea446a0b868c6e6987f14bf13b207bc028c' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 203dbf31af7..0f03d51b996 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.61.0.20210916 + 1.61.0.20210917 Microsoft chocolatey-community https://code.visualstudio.com/insiders