Skip to content

Commit

Permalink
AU: 4 updated - datagrip dropbox googlechromebeta Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 12, 2023
1 parent 6c152fd commit 33f9725
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2022.3.2</version>
<version>2022.3.3</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.3.2.exe'
checksum = 'a87248306e82537c2c7e4aa5253ac9fe96ea0d4c6da1ce587a57afcd68b0ae00'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.3.3.exe'
checksum = 'ff96c34df49220f5fed1ebda84c31e2e40eee3d2b16fd9b2e2034574de37f65f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "166.3.2789-beta",
"stable": "165.4.4286"
"stable": "165.4.4300"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>165.4.4286</version>
<version>165.4.4300</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
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '165.4.4286'
$version = '165.4.4300'

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/experimental/Dropbox%20165.4.4286%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20165.4.4286%20Offline%20Installer.x64.exe'
checksum = 'be26a0866c526439380114f08a4a7a09113f611ce4b697422a839930344b5955'
checksum64 = '513584f1765bdf91ddc427f0af77611c70b0d18ad225c0368ed923c97aead249'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20165.4.4300%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20165.4.4300%20Offline%20Installer.x64.exe'
checksum = '2c9f1a8628b67273f8e71dcd480661a5d7d21a2ed5f686fbfab4ca7558efd36a'
checksum64 = '7113e6588b54f19638dd135bfe537b4bebfa3c84be9b0aea167a138d65826ecb'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>109.0.5414.74-beta</version>
<version>110.0.5481.30-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
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '109.0.5414.74-beta'
$version = '110.0.5481.30-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 = 'e78ff6a7ff7bf10a0f0180ee99757c415ef1f187142f9c49d9630597ddc63a1b'
checksum64 = '7349e42997fb056015e4a964c62f07e0d21492742cc77c4255634ed04f21cb58'
checksum = 'de84d205c1c4cb642c9f4aa98e44cc3cb1df56b9e0fc0d7ec8e5111f681e9d4c'
checksum64 = '49e34657073b4b7f4d0045ab9f451d6deea1cd3819dab39eb5922770c5b41b27'
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>94.0.4606.54</version>
<version>94.0.4606.65</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></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-94/#b4606.54</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-94/#b4606.65</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
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/94.0.4606.54/win/Opera_94.0.4606.54_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.54/win/Opera_94.0.4606.54_Setup_x64.exe'
checksum = '3016155b9b955367a0a25bada5cbe108d398d93b483b6a8a4a666bd760118f09'
checksum64 = 'e94b68a21761059b0f053321763c7987df5ab54a5b7ff87003bd413f0fba2ac6'
url = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.65/win/Opera_94.0.4606.65_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.65/win/Opera_94.0.4606.65_Setup_x64.exe'
checksum = 'd39c3bbe34affff7a449734c5ca01b1765fed730eea0f8135f45b198d8a38a82'
checksum64 = 'c27f58901f1da53c2b801d91e07d44bc952db45605dc3b72f6cdce774f1dbbd9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '94.0.4606.54'
$version = '94.0.4606.65'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit 33f9725

Please sign in to comment.