Skip to content

Commit

Permalink
AU: 4 updated - git-lfs git-lfs.install GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 15, 2022
1 parent dc662de commit 6161537
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>3.0.2</version>
<version>3.1.1</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.0.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.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
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.0.2/git-lfs-windows-v3.0.2.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v3.1.1/git-lfs-windows-v3.1.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: 4D26A4963EA77DF6C041C92797B333FB47084E9127DF0A43D12B2F2C39793408
checksum: 43AF4EC4C2FDAA05083BD2E7AD31E062C39D1138FDEE1FAF500CD93D96E71AFA

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
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-v3.0.2.exe"
$filePath = "$toolsDir\git-lfs-windows-v3.1.1.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>3.0.2</version>
<version>3.1.1</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.0.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.1</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[3.0.2]" />
<dependency id="git-lfs.install" version="[3.1.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>98.0.4758.82</version>
<version>98.0.4758.102</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '98.0.4758.82'
$version = '98.0.4758.102'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '309ca51b3e8f3afa8917ff69c615ac2f6c604544b78a3ec1dadf64ea567fa90b'
checksum64 = 'c742e5764ad8e800e59f5483a2935a3eeb35e17d3d265fd586ffacec9afcc2a2'
checksum = '616506bd69dcc99f04cce995924cc140c96c6b828994d6b6491e405244de7982'
checksum64 = '885d9fbcab2a44e80e473b1efb996be21c8d808b37f6c30938a3b0a93bd86164'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.4375/gvim_8.2.4375_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4375/gvim_8.2.4375_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4386/gvim_8.2.4386_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4386/gvim_8.2.4386_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: 68558F8E4986A7D55430FD68D0F28D1A2BA5877C9A1874700376D8FE59D599B5
checksum64: 537ED97B286A794817079920200673BD92E600139E4061F8738482CDB8FEE773
checksum32: 93BAADBEBA146AC077C9D1CDDC53BE13303C2AAE029D69B426EFF3C2C530EFCB
checksum64: 14D04FB8BE2A863039A2AD424A17434D683B9C7B9EC2A028B605B4990FD3EA41
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4375_x86.zip"
file64 = "$toolsDir\gvim_8.2.4375_x64.zip"
file = "$toolsDir\gvim_8.2.4386_x86.zip"
file64 = "$toolsDir\gvim_8.2.4386_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4375</version>
<version>8.2.4386</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 6161537

Please sign in to comment.