Skip to content

Commit

Permalink
AU: 3 updated - git-lfs git-lfs.install visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 2, 2017
1 parent 48692bf commit 4e183eb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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>1.5.6</version>
<version>2.0.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -25,7 +25,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
* **Same access controls and permissions:** Keep the same access controls and permissions for large files as the rest of your Git repository when working with a remote host like GitHub.
</description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v1.5.6</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.0</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/v1.5.6/git-lfs-windows-1.5.6.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.0.0/git-lfs-windows-2.0.0.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: FFCECA5DB94D19D1FCA86802C1F59673DC191D30ADBD4CCF4577081A38C740A0
checksum: DA7196B21A76A8F6AC23A6B0D8F283D979178C9BEF84F2BA2CCA9A2DFF32C589

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-1.5.6.exe"
$filePath = "$toolsDir\git-lfs-windows-2.0.0.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>1.5.6</version>
<version>2.0.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -25,9 +25,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
* **Same access controls and permissions:** Keep the same access controls and permissions for large files as the rest of your Git repository when working with a remote host like GitHub.
</description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v1.5.6</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.0</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[1.5.6]" />
<dependency id="git-lfs.install" version="[2.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/f9d0c687ff2ea7aabd85fb9a43129117c0ecf519/VSCodeSetup-1.9.1.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/f9d0c687ff2ea7aabd85fb9a43129117c0ecf519/VSCodeSetup-1.9.1.exe'
$checksum32 = 'cc463ad26d0816a9422f254ff33fb0f394ceb2c16ac4a42b8e1da0c62a99173b'
$checksum64 = 'cc463ad26d0816a9422f254ff33fb0f394ceb2c16ac4a42b8e1da0c62a99173b'
$url32 = 'https://az764295.vo.msecnd.net/stable/49129d126e2c3c5592cfc8a509d872067b69d262/VSCodeSetup-1.10.0.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/49129d126e2c3c5592cfc8a509d872067b69d262/VSCodeSetup-1.10.0.exe'
$checksum32 = '79f50d123bea23c8bc0e83bd9711053eb749a9ac8353f0de990c3cfb5a4664c0'
$checksum64 = '79f50d123bea23c8bc0e83bd9711053eb749a9ac8353f0de990c3cfb5a4664c0'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.9.1</version>
<version>1.10.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 4e183eb

Please sign in to comment.