Skip to content

Commit

Permalink
AU: 2 updated - musescore vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 9, 2021
1 parent 76c79ed commit 1213cec
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.6.1/MuseScore-3.6.1.515740707-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.6.2/MuseScore-3.6.2.548021803-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: 20C13D00B14144AFA33A3EE4B2192DAD4EAC615F6E4F3E1A9F6B40BD6C9A41BF
checksum: FA3CA0F8CC5B0E8B0C0BB8EF11E227B9B27B2A5C9DA28DAB58BAFCBB0EB657D0

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
2 changes: 1 addition & 1 deletion 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.6.1.515740707</version>
<version>3.6.2.548021803</version>
<title>MuseScore</title>
<owners>chocolatey-community</owners>
<authors>MuseScore developers</authors>
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.6.1.515740707-x86_64.msi"
file = "$toolsPath\MuseScore-3.6.2.548021803-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2486/gvim_8.2.2486_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2486/gvim_8.2.2486_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2488/gvim_8.2.2488_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2488/gvim_8.2.2488_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 0A992DB979991FF4E87E5FFE923B381B44D63C3EF2FA0AB5B92578E9CCAC070C
checksum64: 9B3D31698735EFCC969DA97D5FA12CF2ED00C8C247436E7EDE3319CCD34DD4AB
checksum32: 1F43D7C98E47B71EC26A5F66218028F587D0EFB951E286C1F9893606C4BB8859
checksum64: 4A0E41C5CF8E9E9996811016F6AC6C9E7C3994DE3B4159F5A2A6CDEBBD7A1443
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2486_x86.zip"
file64 = "$toolsDir\gvim_8.2.2486_x64.zip"
file = "$toolsDir\gvim_8.2.2488_x86.zip"
file64 = "$toolsDir\gvim_8.2.2488_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2486</version>
<version>8.2.2488</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 1213cec

Please sign in to comment.