Skip to content

Commit

Permalink
AU: 2 updated - calibre musescore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 6, 2018
1 parent e300467 commit 03b3011
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.26.1</version>
<version>3.27.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.26.1/calibre-3.26.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.26.1/calibre-64bit-3.26.1.msi>
32-Bit software: <https://download.calibre-ebook.com/3.27.0/calibre-3.27.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.27.0/calibre-64bit-3.27.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
checksum32: CD21CB3276225B33CA270F34E912FE31EC16593CA9AE767B4B3D9304444C800C
checksum64: E49CC0C2AE5894EC0D16ADC1E98A153E48AF4C539426EDC4EC264B0F88C18888
checksum32: A165DF195B8972B1B31F5499990A4E097A8270F04F019DD7AA9019CA3DD1D5EB
checksum64: 06B11D3BC8A775537FD9199B659015B9FB1292512D59E522BEAEC53B25207AA0

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.26.1.msi"
file64 = "$toolsPath\calibre-64bit-3.26.1.msi"
file = "$toolsPath\calibre-3.27.0.msi"
file64 = "$toolsPath\calibre-64bit-3.27.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
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/MuseScore-2.3.0.msi>
1. Download the following <https://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.3.1/MuseScore-2.3.1.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: F888190846E467F6C477825487FAFCEA521F907931FDE7BC34469A0F8FC181C4
checksum: EBB8175D07C01A1BCA7FAC0AA5D7D884D46AEBE80EC160B07D0B897D197EBA42

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>2.3</version>
<version>2.3.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-23</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-231</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.0.msi"
file = "$toolsPath\MuseScore-2.3.1.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 03b3011

Please sign in to comment.