Skip to content

Commit

Permalink
AU: 2 updated - datagrip Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 23, 2021
1 parent 263778f commit ea48c30
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@04a664cc932597e990efa9772dfc16114f18bed8/icons/datagrip.png" width="48" height="48"/> [datagrip](https://chocolatey.org/packages/datagrip)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@04a664cc932597e990efa9772dfc16114f18bed8/icons/datagrip.png" width="48" height="48"/> [datagrip](https://chocolatey.org/packages/datagrip)


DataGrip is the multi-engine database environment.
Expand Down
6 changes: 3 additions & 3 deletions automatic/datagrip/datagrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2021.2.4</version>
<version>2021.3</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
<projectUrl>https://www.jetbrains.com/datagrip/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@04a664cc932597e990efa9772dfc16114f18bed8/icons/datagrip.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@04a664cc932597e990efa9772dfc16114f18bed8/icons/datagrip.png</iconUrl>
<docsUrl>https://www.jetbrains.com/help/datagrip</docsUrl>
<summary>Your Swiss Army Knife for Databases and SQL</summary>
<releaseNotes>https://confluence.jetbrains.com/display/DBE/Public+DataGrip+Page</releaseNotes>
Expand Down Expand Up @@ -39,7 +39,7 @@ and various instruments for creating and modifying objects.
Example: `choco install datagrip --params "/InstallDir:C:\your\install\path"`
]]></description>
<copyright>Copyright © 2017 JetBrains</copyright>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/datagrip</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/datagrip</packageSourceUrl>
<owners>chocolatey-community,Xuanwo,the-running-dev</owners>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/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 DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.2.4.exe'
checksum = '19c18bdf205b9a92e7ab7cce4aa99faa080d3fb8106b61a1ff9306f5bac8e1dd'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.3.exe'
checksum = 'bc87ac9aa5113fac99bcdc851fb994d4265ff38ee849a78becae2fc09f5d7e37'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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>81.0.4196.54</version>
<version>81.0.4196.60</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-81/#b4196.54</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-81/#b4196.60</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
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/81.0.4196.54/win/Opera_81.0.4196.54_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/81.0.4196.54/win/Opera_81.0.4196.54_Setup_x64.exe'
checksum = 'd742e76ef8bc6c4b0be102d9f4391961aaf203db966902c14d26eb4effbf92f0'
checksum64 = 'b9bc40b5c611d9f6ddde489154d87a2c8b4ad89ae02c6c278bbe7a8a94a73796'
url = 'https://get.geo.opera.com/pub/opera/desktop/81.0.4196.60/win/Opera_81.0.4196.60_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/81.0.4196.60/win/Opera_81.0.4196.60_Setup_x64.exe'
checksum = '59e483395c733dda13bd42e3b731b5098ac74bf51b530540c77e85fd9ddbd69c'
checksum64 = '7503a19801652cc5c661bda8e2739be1d13849ccb232d056bff1f80ed21ad3a3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit ea48c30

Please sign in to comment.