Skip to content

Commit

Permalink
AU: 2 updated - Opera webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 15, 2023
1 parent 3890803 commit 15269b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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>102.0.4880.51</version>
<version>102.0.4880.56</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -27,7 +27,7 @@ For example: `--params '"/NoAutostart /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-102/#b4880.51</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-102/#b4880.56</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 @@ -11,17 +11,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/102.0.4880.51/win/Opera_102.0.4880.51_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/102.0.4880.51/win/Opera_102.0.4880.51_Setup_x64.exe'
checksum = '8523c04f352da59cd0c56428b3e94a566d016025645640637d1f35cc64027030'
checksum64 = '7ea4b307cabbe270386b8defa1d928dc2a453441e8ed8bb0f39adc91cff8b400'
url = 'https://get.geo.opera.com/pub/opera/desktop/102.0.4880.56/win/Opera_102.0.4880.56_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/102.0.4880.56/win/Opera_102.0.4880.56_Setup_x64.exe'
checksum = '61a324e487c09d1d16705ee4b13a041ede398edbc90cdb800ee0e6737e897037'
checksum64 = '9b1dc766e55002d47ccc30337b9d37caac371e950751d537dd2b61905bd6e4cf'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '102.0.4880.51'
$version = '102.0.4880.56'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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 = 'WebStorm *'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.2.exe'
checksum = '85265c746a4e563afe35fa4437df762f35fc8f5b407c5a15ca82376cd1ddf18c'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.2.2.exe'
checksum = '58c03f699298ee9e5bc65b0d96f987f3330c128bafd6469b84c54cb0d9317759'
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>2023.2</version>
<version>2023.2.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 15269b5

Please sign in to comment.