Skip to content

Commit

Permalink
AU: 2 updated - git-lfs git-lfs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 3, 2018
1 parent baaa4c3 commit 13d6e36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.5.0</version>
<version>2.5.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.5.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.5.1</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.5.0/git-lfs-windows-2.5.0.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.5.1/git-lfs-windows-v2.5.1.exe>
to download the installer
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: sha256
checksum: F4974208ADE2097F9CE2C2D30AB18924D135FBB8275635A5AABAB9C03BB8F493
checksum: 596DE98971F5084D7F249A324C5D935F2171D62445BEB1D95F15D78C6E4CE0DC

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-2.5.0.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.5.1.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.5.0</version>
<version>2.5.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.5.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.5.1</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.5.0]" />
<dependency id="git-lfs.install" version="[2.5.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 13d6e36

Please sign in to comment.