From 03b30116a94f72a17bf9d45c64300eceb8a859e6 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 6 Jul 2018 12:12:07 +0000 Subject: [PATCH] AU: 2 updated - calibre musescore [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/a62a89022e8e094ae24d50eb42e29f4300d3c30e --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 8 ++++---- automatic/calibre/tools/chocolateyInstall.ps1 | 4 ++-- automatic/musescore/legal/VERIFICATION.txt | 4 ++-- automatic/musescore/musescore.nuspec | 4 ++-- automatic/musescore/tools/chocolateyInstall.ps1 | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 00193ff7144..1d556990dd6 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 3.26.1 + 3.27.0 Kovid Goyal chocolatey, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index 78516e5aefa..5df6712f24d 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index e815ce00bc3..7472ffaab87 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/musescore/legal/VERIFICATION.txt b/automatic/musescore/legal/VERIFICATION.txt index 40bd93d0336..f4eaacaa245 100644 --- a/automatic/musescore/legal/VERIFICATION.txt +++ b/automatic/musescore/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 diff --git a/automatic/musescore/musescore.nuspec b/automatic/musescore/musescore.nuspec index 0bd0dca8446..1a16a7eb4d1 100644 --- a/automatic/musescore/musescore.nuspec +++ b/automatic/musescore/musescore.nuspec @@ -3,7 +3,7 @@ musescore - 2.3 + 2.3.1 MuseScore chocolatey MuseScore developers @@ -19,7 +19,7 @@ MuseScore runs on Windows, MacOS, and Linux, and is available in over 40 differe ]]> Free music composition & notation software - https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-23 + https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-231 MuseScore BVBA https://musescore.org/en/forum https://musescore.org/en/project/issues/musescore diff --git a/automatic/musescore/tools/chocolateyInstall.ps1 b/automatic/musescore/tools/chocolateyInstall.ps1 index e6058095131..b35be93d37a 100644 --- a/automatic/musescore/tools/chocolateyInstall.ps1 +++ b/automatic/musescore/tools/chocolateyInstall.ps1 @@ -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)