Skip to content

Commit

Permalink
AU: 2 updated - git.install musescore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 3, 2018
1 parent 06e6e15 commit 033e312
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.16.2</version>
<version>2.17.0</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand All @@ -26,6 +26,7 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin
- `/NoShellIntegration` - Disables shell integration ( _"Git GUI Here"_ and _"Git Bash Here"_ entries in context menus).
- `/NoCredentialManager` - Disable _Git Credential Manager_ by adding `$Env:GCM_VALIDATE='false'` user environment variable.
- `/NoGitLfs` - Disable Git LFS installation.
- `/SChannel` - Configure Git to use the Windows native SSL/TLS implementation (SChannel) instead of OpenSSL. This aligns Git HTTPS behavior with other Windows applications and system components and increases manageability in enterprise environments.
## Notes
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/Git-2.16.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/Git-2.16.2-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.17.0.windows.1/Git-2.17.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.17.0.windows.1/Git-2.17.0-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: C7FA0A06385114B695B604490B444133899E4322BD416BD035007FAB122128C4
checksum64: 07E82BE14E29D4F0C08AB0FBC06FCC8EB0FE01AA75DEE7BF6AFA37784E0ECB3C
checksum32: 65B710E39DB3D83B04A8A4BD56F54E929FB0ABBAB728C0A9ABBC0DACE8E361D2
checksum64: 39B3DA8BE4F1CF396663DC892CBF818CB4CFDDB5BF08C13F13F5B784F6654496

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
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/2011/08/nuspec.xsd">
<metadata>
<id>musescore</id>
<version>2.2</version>
<version>2.2.1</version>
<title>MuseScore</title>
<owners>chocolatey</owners>
<authors>MuseScore developers</authors>
Expand All @@ -18,7 +18,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>http://musescore.org/en/developers-handbook/release-notes/release-notes-musescore-2.2</releaseNotes>
<releaseNotes>http://musescore.org/en/developers-handbook/release-notes/release-notes-musescore-2.2.1</releaseNotes>
<copyright>MuseScore BVBA</copyright>
<mailingListUrl>https://musescore.org/en/forum</mailingListUrl>
<docsUrl>https://musescore.org/en/handbook</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/musescore/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'musescore'
fileType = 'msi'
url = 'http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.2/MuseScore-2.2.msi'
url64bit = 'http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.2/MuseScore-2.2.msi'
checksum = 'ef50bfc7e4e915fae79bae36a4aed6b2db423956a32a154ae9cbc8d09ae1e023'
checksum64 = 'ef50bfc7e4e915fae79bae36a4aed6b2db423956a32a154ae9cbc8d09ae1e023'
url = 'http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.2.1/MuseScore-2.2.1.msi'
url64bit = 'http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.2.1/MuseScore-2.2.1.msi'
checksum = '38d21b14615404a31650b30c6d2f24e8ba7dd48758b2ed02a52acb8ccc079e3e'
checksum64 = '38d21b14615404a31650b30c6d2f24e8ba7dd48758b2ed02a52acb8ccc079e3e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
Expand Down

0 comments on commit 033e312

Please sign in to comment.