Skip to content

Commit

Permalink
AU: 5 updated - git git.install git.portable patch-my-pc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 25, 2022
1 parent 694a66c commit 4ab4671
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.34.1</version>
<version>2.35.0</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</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
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.34.1.windows.1/Git-2.34.1-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.0.windows.1/Git-2.35.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.0.windows.1/Git-2.35.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: 8D584E3C975FB665618C0DEC0FFC80B07E8504538F8B9F73EDBB67FFB7A7C8B9
checksum64: D8769A1D90B2F1F7D85AE91E724C8DAD16F340C5B130D49368A308DD086A5F52
checksum32: 3655A3FAD05398F6971CA46F49A00B0E4E3FF15141E73E1016C5524403FA7639
checksum64: 1F59A96CA29C98260C36CCAC594CF5C362160D442E0C7197D36CC99ECC6C3447

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
Expand Up @@ -7,8 +7,8 @@ $pp = Get-PackageParameters

Stop-GitSSHAgent

$fileName32 = 'Git-2.34.1-32-bit.exe'
$fileName64 = 'Git-2.34.1-64-bit.exe'
$fileName32 = 'Git-2.35.0-32-bit.exe'
$fileName64 = 'Git-2.35.0-64-bit.exe'
$silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp)
$silentArgs += Get-InstallOptions $pp

Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.34.1</version>
<version>2.35.0</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</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
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.34.1.windows.1/PortableGit-2.34.1-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/PortableGit-2.34.1-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.0.windows.1/PortableGit-2.35.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.0.windows.1/PortableGit-2.35.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: 95E198AAF6E6455910FACFC522F7981934822FB362F6605375751B8A9C62DB55
checksum64: DBF63703F7A37A374591450F1B1466B83CECCB724067521786BF8C5F69ED3CED
checksum32: E291AFDCFD05AA81E5D0B6928E3CA28094239E8F51E3FBA26FEB5A61A0C173D4
checksum64: 5A7E229ACEC0DFE840055A1327156FE1FDF0ED4AD709E12FAB4F1A0E3DCA39C3

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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.34.1</version>
<version>2.35.0</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</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 @@ -60,7 +60,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.34.1]" />
<dependency id="git.install" version="[2.35.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png" width="48" height="48"/> [patch-my-pc](https://chocolatey.org/packages/patch-my-pc)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png" width="48" height="48"/> [patch-my-pc](https://chocolatey.org/packages/patch-my-pc)


A key component of staying safe online is keeping your computer up-to-date. Hackers and virus writers love outdated software. It might contain a security vulnerability or "hole" that can provide them with access to your computer. Outdated software can also be buggy, or have performance issues, which is usually fixed with a newer version of the software. These are two of the main reasons why it is important to keep the software on your computer updated (or "patched").
Expand Down
6 changes: 3 additions & 3 deletions automatic/patch-my-pc/patch-my-pc.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>patch-my-pc</id>
<version>4.2.0.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<version>4.2.0.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey-community, Redsandro</owners>
<title>Patch my PC</title>
<authors>Patch My PC</authors>
<projectUrl>http://patchmypc.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@e181cd354f3b03be5a92e204b4e3a03274578e40/icons/patch-my-pc.png</iconUrl>
<copyright>© 2017 Patch My PC</copyright>
<licenseUrl>https://patchmypc.net/about</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '167c19fb02e8189399559ec5549138b51bbbeb75408caccf8a363f8a3189646a'
checksum = '11d5804a57f249e84df5c4e39800b1cc3e32ea7d8eb6491ddda90669f06f63ab'
checksumType = 'sha256'
}

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.4198/gvim_8.2.4198_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4198/gvim_8.2.4198_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4212/gvim_8.2.4212_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4212/gvim_8.2.4212_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: CFB6D839010A6BF9EBEFF6A65251EC72F8B4DF79495981866DC5C13782D41E12
checksum64: 92D40DAD2E154CF92F199AC03385D6200F8E641F4100AA305E780F12BE9DFEC5
checksum32: 545A34FF9A0EE43649D20623A1A8E53D2744530D28B402C6F22D1A46E573EC1C
checksum64: E10B0C8B0822A80CA29E576F94BFC474620118E10F1D6028D88F2DD4849CC173
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.4198_x86.zip"
file64 = "$toolsDir\gvim_8.2.4198_x64.zip"
file = "$toolsDir\gvim_8.2.4212_x86.zip"
file64 = "$toolsDir\gvim_8.2.4212_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.4198</version>
<version>8.2.4212</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 4ab4671

Please sign in to comment.