Skip to content

Commit

Permalink
AU: 1 updated - musescore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 25, 2018
1 parent 72df0e8 commit f670dc7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/musescore/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg" width="48" height="48"/> [musescore](https://chocolatey.org/packages/musescore)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg" width="48" height="48"/> [musescore](https://chocolatey.org/packages/musescore)


Create beautiful sheet music for free using MuseScore, the free and open source notation program!
Expand Down
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://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.3.2/MuseScore-2.3.2.msi>
1. Download the following <https://download.musescore.com/releases/MuseScore-3.0.0/MuseScore-3.0.0.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: 8014646BD60294D435177D07DF3EC2B6D5D182AEB36115D476D3BC3E5D45300A
checksum: 53C1BC584035978515F83ECA371105A22E98251C0E7023875E32F567F8B40CC4

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
6 changes: 3 additions & 3 deletions automatic/musescore/musescore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>musescore</id>
<version>2.3.2</version>
<version>3.0.0</version>
<title>MuseScore</title>
<owners>chocolatey</owners>
<authors>MuseScore developers</authors>
<licenseUrl>https://github.com/musescore/MuseScore/blob/master/LICENSE.GPL</licenseUrl>
<projectUrl>https://musescore.org/en</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
Expand All @@ -19,7 +19,7 @@ MuseScore runs on Windows, MacOS, and Linux, and is available in over 40 differe
]]></description>
<summary>Free music composition &amp; notation software</summary>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-232</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-300</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-2.3.2.msi"
file = "$toolsPath\MuseScore-3.0.0.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 f670dc7

Please sign in to comment.