Skip to content

Commit

Permalink
AU: 4 updated - git-lfs git-lfs.install sysinternals vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 17, 2022
1 parent ba639bb commit eacc0e1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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>3.1.1</version>
<version>3.1.2</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</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/v3.1.1</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.2</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/v3.1.1/git-lfs-windows-v3.1.1.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lfs-windows-v3.1.2.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: 43AF4EC4C2FDAA05083BD2E7AD31E062C39D1138FDEE1FAF500CD93D96E71AFA
checksum: 85FD933EDF5E0CB54474C9C04C91675E58FB8EFA2DAF9A5F5173584016731173

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-v3.1.1.exe"
$filePath = "$toolsDir\git-lfs-windows-v3.1.2.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>3.1.1</version>
<version>3.1.2</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</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/v3.1.1</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.2</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[3.1.1]" />
<dependency id="git-lfs.install" version="[3.1.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.1.27</version>
<version>2022.2.16</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '6e980fa065e604ce323fde6c85452c81483d156f2307a7a194bcf61e2d2abc8b'
checksum = 'febcf4114df12459ce445446d25215b03f7fae6a3c888cae6f189c53551d9448'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'e8bcd5749b7d31d827349e5d588c0880e6fbf89060aafb88cd99ca9be6fcf04b'
$packageArgs.checksum = '3ecdfcf09625159f72f7e6c4ac03a426791f4b0468370608212b8cc5a95ce8dd'
}

$old_path = 'c:\sysinternals'
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.4396/gvim_8.2.4396_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4396/gvim_8.2.4396_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4405/gvim_8.2.4405_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4405/gvim_8.2.4405_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: B26E01C6FD66F8048415856EFC336CF7F7909506838C4642376168186350AFCF
checksum64: 92EA9B83C6FD00D287C363C83630D385EA2E8F64C52F68483C208DF889E6370B
checksum32: 1D6EC875434781641188C28BA4D52D827593F7E63098852351FA7386BE1DD03B
checksum64: 34841FB280EC1506F1578E14BBEC531E180BA6EB3B4E468291041263183D15F8
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.4396_x86.zip"
file64 = "$toolsDir\gvim_8.2.4396_x64.zip"
file = "$toolsDir\gvim_8.2.4405_x86.zip"
file64 = "$toolsDir\gvim_8.2.4405_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.4396</version>
<version>8.2.4405</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 eacc0e1

Please sign in to comment.