Skip to content

Commit

Permalink
AU: 2 updated - git git.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 23, 2018
1 parent 783215c commit 3aff961
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.16.2</version>
<version>2.16.3</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 Down
8 changes: 4 additions & 4 deletions automatic/git.portable/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/PortableGit-2.16.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/PortableGit-2.16.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.3.windows.1/PortableGit-2.16.3-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.3.windows.1/PortableGit-2.16.3-64-bit.7z.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: B5A91978956AC14F59CCDBC70C9C8D2F105E730E81AE8316A59791D33F3D6A87
checksum64: F51853689AD8A9E30759FB263A31BCD59753B3A97272B0E76A4210528A8631A1
checksum32: A8211CBE833C6EB9676EBB43CF43375484A1F9A5524009E5BF31C5DF320F23C7
checksum64: B8F321D4BB9C350A9B5E58E4330D592410AC6B39DF60C5C25CA2020C6E6B273E

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
5 changes: 3 additions & 2 deletions automatic/git/git.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.16.2</version>
<version>2.16.3</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 All @@ -43,7 +44,7 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.16.2]" />
<dependency id="git.install" version="[2.16.3]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3aff961

Please sign in to comment.