Skip to content

Commit

Permalink
AU: 4 updated - git git.install git.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 14, 2020
1 parent 7e0ccca commit 783f4f7
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.24.1.2</version>
<version>2.25.0</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.install/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.24.1.windows.2/Git-2.24.1.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/Git-2.25.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/Git-2.25.0-64-bit.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: 611B29CC8F29241EE6A096F5B9951EF95650368C93DFE1E95F8408D97B86D50B
checksum64: 34E484936105713E7D0C2F421BF62E4CFE652F6638A9ECB5DF2186C1918753E2
checksum32: 6C02F1A1F95E286DF8B87C2812C9460F4C2D333BAB7A654751E01E9801994045
checksum64: 6FFB0674A5F5FEC2A328DD40456EDE87ED3C7DE653ECD6950F9CF132BCA2F94C

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.24.1.2-32-bit.exe'
$fileName64 = 'Git-2.24.1.2-64-bit.exe'
$fileName32 = 'Git-2.25.0-32-bit.exe'
$fileName64 = 'Git-2.25.0-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
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.24.1.2</version>
<version>2.25.0</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.24.1.windows.2/PortableGit-2.24.1.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/PortableGit-2.25.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/PortableGit-2.25.0-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: 88F5525999228B0BE8BB51788BFAA41B14430904BC65F1D4BBDCF441CAC1F7FC
checksum64: CB75E4A557E01DD27B5AF5EB59DFE28ADCBAD21638777DD686429DD905D13899
checksum32: 5AD97FF1E806815AA461AB39794E42455F19C9A6EAD08CA0E5B8F2BB085214A6
checksum64: C191542F68E788F614F8A676460281399AF0C9D32F19A5D208E9621DD46264FB

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 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.24.1.2</version>
<version>2.25.0</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 Expand Up @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.24.1.2]" />
<dependency id="git.install" version="[2.25.0]" />
</dependencies>
</metadata>
<files>
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.0114/gvim_8.2.0114_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0114/gvim_8.2.0114_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0116/gvim_8.2.0116_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0116/gvim_8.2.0116_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: D39D29FD7693E280E88BCFD0DA74C1E43CB566A8F928BAD0F634640873F1F12D
checksum64: C905DA7F1514CEF3A58BE5D7806A2D14033A855BD3477A8FB71BCD8E92B991F9
checksum32: B27207BDC0C9337C287A4E2DCF03DB4E721B6B4C023369E263FCF756B3077C93
checksum64: 631A1CC4515B576D8FF7523FDDC8D1322A8EFDD3E9B836BF4A1A858F3BED0D2B
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.0114_x86.zip"
file64 = "$toolsDir\gvim_8.2.0114_x64.zip"
file = "$toolsDir\gvim_8.2.0116_x86.zip"
file64 = "$toolsDir\gvim_8.2.0116_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.0114</version>
<version>8.2.0116</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 783f4f7

Please sign in to comment.