Skip to content

Commit

Permalink
AU: 2 updated - mp3tag Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 28, 2024
1 parent c922773 commit 2711be4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv324bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv324b-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv325setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv325-x64-setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 30BEFB3C41535118A2D6867E284FF9C8AE92EC4475BFB6265DD9DF87DFF1E15F
checksum64: 2C16586B8658DA349111CD9DCD57C3F6CE15019DF647AC66AF3E01E9A13280E9
checksum32: E6E1567569D20867168F0E48F7CFA5A145270625B6906869B173CCA7E574E8DE
checksum64: 0456EBE1944DDFAF9694890958E1F04B2F960626C57D979CA5D61298DB4297EC

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>3.24.2-beta</version>
<version>3.25</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv324bsetup.exe"
file64 = "$toolsPath\mp3tagv324b-x64-setup.exe"
file = "$toolsPath\mp3tagv325setup.exe"
file64 = "$toolsPath\mp3tagv325-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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>109.0.5097.33</version>
<version>109.0.5097.35</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -28,7 +28,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-109/#b5097.33</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-109/#b5097.35</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
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/109.0.5097.33/win/Opera_109.0.5097.33_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.33/win/Opera_109.0.5097.33_Setup_x64.exe'
checksum = 'a1aaf3b109c3a51a44ea792ee25cb4dc9428ae447cc0b32db1c8f1dc8239d8fe'
checksum64 = '53540940b36408c133d6cfefb979acb8a34748feeed97bf99daffcf3b2d7898b'
url = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.35/win/Opera_109.0.5097.35_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.35/win/Opera_109.0.5097.35_Setup_x64.exe'
checksum = '2fbf9842ce0544c9e83ae283941c202973eb9bf65624661d0c4b23aa10b904f0'
checksum64 = '5f5e84d04dbbd1a9dc3ea3da6cdaae12e00133363389643414503e427974b130'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 2711be4

Please sign in to comment.