Skip to content

Commit

Permalink
AU: 2 updated - audacity Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 23, 2022
1 parent 4ef6bfa commit 081323e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to <https://www.audacityteam.org/download/windows/>
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-win-3.2.1-32bit.exe
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>93.0.4585.11</version>
<version>93.0.4585.21</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-93/#b4585.11</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-93/#b4585.21</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/93.0.4585.11/win/Opera_93.0.4585.11_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.11/win/Opera_93.0.4585.11_Setup_x64.exe'
checksum = '7267f2a554d9996239a3928c9c90225e11cd5a0439b170c753ef563d74c2ae90'
checksum64 = '87e488530b0ad1031e59ab330d7bacc6fc9c6166362bb934be7238ad41b14d46'
url = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.21/win/Opera_93.0.4585.21_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.21/win/Opera_93.0.4585.21_Setup_x64.exe'
checksum = '4cde4405bd777acceebae3934a47d3d79d08446ce717328d40353877766e38e7'
checksum64 = '76afa73b544224ea9a7b70a236c46274ab0b205db4b9a0e9c0a6457b3ee37229'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 081323e

Please sign in to comment.