Skip to content

Commit

Permalink
AU: 2 updated - musescore python
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 25, 2020
1 parent c866f7b commit 6e3442c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4/MuseScore-3.4.0-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.4.1/MuseScore-3.4.1-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: 376EEF6FB63280C262C91B2244E34F157B3757A51D29F4BE3EF9373F84A5B80D
checksum: 7980797216C332C5EAB6B702BDC2280933122FC5EF04A0FB9E970EABD2404E3F

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
4 changes: 2 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.4</version>
<version>3.4.1</version>
<title>MuseScore</title>
<owners>chocolatey</owners>
<authors>MuseScore developers</authors>
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-34</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-341</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.4.0-x86_64.msi"
file = "$toolsPath\MuseScore-3.4.1-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"3.6": "3.6.8.20200110",
"3.7": "3.7.6.20200110",
"3.8": "3.8.1.20200110",
"3.9": "3.9.0-a2"
"3.9": "3.9.0-a3"
}
4 changes: 2 additions & 2 deletions automatic/python/python.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>python</id>
<version>3.7.6.20200110</version>
<version>3.9.0-a3</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.7.6.20200110]" />
<dependency id="python3" version="[3.9.0-a3]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down

0 comments on commit 6e3442c

Please sign in to comment.