Skip to content

Commit

Permalink
AU: 1 updated - musescore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 4, 2020
1 parent a901945 commit 03f436a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.310568139-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.5.2/MuseScore-3.5.2.311459983-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: 36B3CDAF6815BF5A54845B9179B231761E75283B8C5D07B5DAC82C23A44C605B
checksum: 0E3FB8E2C5D0AADD9A8981767794837C8494B2E317882F7C1542F2091A62E0C7

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
5 changes: 3 additions & 2 deletions 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</version>
<version>3.5.2.311459983</version>
<title>MuseScore</title>
<owners>chocolatey-community</owners>
<authors>MuseScore developers</authors>
Expand All @@ -17,9 +17,10 @@ Create beautiful sheet music for free using MuseScore, the free and open source
MuseScore runs on Windows, MacOS, and Linux, and is available in over 40 different languages. Whether you are an experienced user of other notation programs like Finale or Sibelius, or a newcomer to the world of music notation programs, MuseScore has the tools you need to make your music look as good as it sounds.
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/musescore/screenshot.png?raw=true)
]]></description>
<summary>Free music composition &amp; notation software</summary>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-352</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3</releaseNotes>
<copyright>MuseScore BVBA</copyright>
<mailingListUrl>https://musescore.org/en/forum</mailingListUrl>
<bugTrackerUrl>https://musescore.org/en/project/issues/musescore</bugTrackerUrl>
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.310568139-x86_64.msi"
file = "$toolsPath\MuseScore-3.5.2.311459983-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 03f436a

Please sign in to comment.