Skip to content

Commit

Permalink
AU: 2 updated - musescore Opera
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 14, 2021
1 parent 9301f8a commit a1142ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/musescore/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://musescore.org/en/download/musescore.msi>
and can be verified by doing the following:

1. Download the following <https://cdn.jsdelivr.net/musescore/v3.5.2/MuseScore-3.5.2.311459983-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.6/MuseScore-3.6.0.485471459-x86_64.msi>
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
checksum: 0E3FB8E2C5D0AADD9A8981767794837C8494B2E317882F7C1542F2091A62E0C7
checksum: 958430CA9AAFC0683F95AF51662E2866BE6A73FBFC565CF098BA927CA5B37275

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
2 changes: 1 addition & 1 deletion automatic/musescore/musescore.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>musescore</id>
<version>3.5.2.311459983</version>
<version>3.6.0.485471459</version>
<title>MuseScore</title>
<owners>chocolatey-community</owners>
<authors>MuseScore developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/musescore/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\MuseScore-3.5.2.311459983-x86_64.msi"
file = "$toolsPath\MuseScore-3.6.0.485471459-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
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>73.0.3856.329</version>
<version>73.0.3856.344</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-73/#b3856.329</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-73/#b3856.344</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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/73.0.3856.329/win/Opera_73.0.3856.329_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/73.0.3856.329/win/Opera_73.0.3856.329_Setup_x64.exe'
checksum = 'f39790bb020cd2cbb5f79ec0d8d7cbabe9ba521f4b0905c3bf2bdb3f457f6a75'
checksum64 = '4edce23c2e26f75bf7dd0c2add82e9a9d0bc9afbb7900b54151676b352bc2eac'
url = 'https://get.geo.opera.com/pub/opera/desktop/73.0.3856.344/win/Opera_73.0.3856.344_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/73.0.3856.344/win/Opera_73.0.3856.344_Setup_x64.exe'
checksum = '14e20585ad04b285e24fec91c941b1c324ff25adcf5c35b8810a666de4ef84e9'
checksum64 = '24e4085fbf9ddf930759df48954e6d23348a04c7dd568b7549b3eb9471964533'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit a1142ba

Please sign in to comment.