Skip to content

Commit

Permalink
AU: 7 updated - 1password dropbox googlechromebeta Opera vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 6, 2020
1 parent 618cf5a commit 9901387
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.785-BETA",
"OPW": "7.6.785",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.6.785-BETA</version>
<version>7.6.785</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.785-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.785.exe'
softwareName = '1Password*'
checksum = '289c73f6f5c0e9e722a76766bb2bcf494b0915529fe9795ce54094fe8cf75aac'
checksumType = 'sha256'
Expand Down
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": "107.3.441-beta",
"beta": "108.3.430-beta",
"stable": "106.4.368"
}
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>107.3.441-beta</version>
<version>108.3.430-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 = '107.3.441'
$version = '108.3.430'

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%20107.3.441%20Offline%20Installer.exe'
checksum = 'a9fdaee9c9ae935a257ab29c00221d5daf9bf12a0410561d2696c528c26b4f35'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20108.3.430%20Offline%20Installer.exe'
checksum = 'b24ab39e876aa5d40ce2d7deea2fe620590fac57455047c3cda667919381b79a'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>86.0.4240.72-beta</version>
<version>86.0.4240.75-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '86.0.4240.72-beta'
$version = '86.0.4240.75-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '1821b68cb400c001c6a75c72ab14c9c48fc8e9eca42fa02f8d462e4deb892ec3'
checksum64 = 'e46c64f09aa342524e0a7543bbdf9d296ee8310816e9ecb28cab1c353da0f052'
checksum = 'a359c7deee1ed6ee3c2af3fbd449386d364db5edbe6729d6195e94d10cea3b4e'
checksum64 = 'cc14bef8ed58748cb3d0f5223603302baf91074d417af581c202081138abc923'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>71.0.3770.198</version>
<version>71.0.3770.228</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-71/#b3770.198</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-71/#b3770.228</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/71.0.3770.198/win/Opera_71.0.3770.198_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/71.0.3770.198/win/Opera_71.0.3770.198_Setup_x64.exe'
checksum = '8201129f56d23074a14ecd470432ae1f1233f33c8a999a1e9a43197c52059adf'
checksum64 = '382e4a0f3f412ca10e231817485d78cea597a47ef96628f097e1b99e134651e6'
url = 'https://get.geo.opera.com/pub/opera/desktop/71.0.3770.228/win/Opera_71.0.3770.228_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/71.0.3770.228/win/Opera_71.0.3770.228_Setup_x64.exe'
checksum = '4391b174355a4d0dc7f2ca4248b140e5608af14bed8dcd319a3e0c13b9bc9e21'
checksum64 = '577870c1693cb67a75ac74d30d1b2b7fb7831bc3a540291edc48330556070ba6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '71.0.3770.198'
$version = '71.0.3770.228'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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/66b696427273f5d4711cf37a48b57594074f4ee3/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/66b696427273f5d4711cf37a48b57594074f4ee3/VSCodeSetup-x64-1.50.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/2ccf79510abf8f5129c18a37432d295278525157/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2ccf79510abf8f5129c18a37432d295278525157/VSCodeSetup-x64-1.50.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'e1f6494c2f8122dfb630f60e00fd427889b264c6f74825ab9e3269d02b5ed22e91313203690ccfaa7a94869ea182934e64b02e7c5bc725d0b8368215b8815c9f'
checksum = '763fe346770a4f30368a5cd4900a8af21d93da0a8e9455e796fc704f871d41c418c0e3e8b1d92125b77a94c63baf1903a2f7bc752c3327fcebcb48f9d4f08d51'
checksumType = 'sha512'
checksum64 = 'c8b596492aca969d347f9ac90dd538c27e8c73c8b2c69c38f9cc5b34168e5b6e79d8dac787609688e66e83c3929ab2932e8552ea48875adebd79d7b302cc0a19'
checksum64 = '533797f4bdadb98aa60bb27ad2dea1b4afddb35e6143ec6c619e5e009ad7097f76b92118f91235d9766b4f835622ea26b0f100f8d578b45eadd81d97a44013c1'
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.50.0.20201005</version>
<version>1.50.0.20201006</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.50.0.20201005</version>
<version>1.50.0.20201006</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.50.0.20201005]" />
<dependency id="vscode-insiders.install" version="[1.50.0.20201006]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.2.2.exe'
checksum = '8dd3919db9d8730e54e5488b81aeff21e657898ddec5e64ec99b5d5ccce4af92'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.2.3.exe'
checksum = '98926a5690484a237056389c4eed43e5b6daf22e7c0f065448a68c28f0728849'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2020.2.2</version>
<version>2020.2.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 9901387

Please sign in to comment.