Skip to content

Commit

Permalink
AU: 5 updated - clipgrab git-lfs git-lfs.install gnupg vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2019
1 parent ed3c2a6 commit ff14104
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>3.8.6</version>
<version>3.8.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey</owners>
<title>Clipgrab</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://clipgrab.org/>
and can be verified by doing the following:

1. Download the following <https://download.clipgrab.org/clipgrab-3.8.6-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.7-portable.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: F388D678B3EF40B054DFD803512E938B8E9225A3D55097C86A742B817E1A1E31
checksum: 7C5CB300AA9815402F23F53C44A47B2705542AD5FC579845C2626B6A13F6C626

The file 'LICENSE.txt' has been obtained from the source tarball located
on their project page.
2 changes: 1 addition & 1 deletion automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.6-portable.exe"
file = "$toolsPath\clipgrab-3.8.7-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
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>2.9.0</version>
<version>2.9.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</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/v2.9.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.9.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
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/v2.9.0/git-lfs-windows-v2.9.0.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.9.1/git-lfs-windows-v2.9.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: F4842E31113F8D9BFC1EA811757F10A5470943501657C3AEFF1B5D8340E9A002
checksum: EC424624AE85EA4145D65CC3D2AAE80CC4A880292713F78BE2E08789775CD17D

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-v2.9.0.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.9.1.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>2.9.0</version>
<version>2.9.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</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/v2.9.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.9.1</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.9.0]" />
<dependency id="git-lfs.install" version="[2.9.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnupg</id>
<version>2.2.17</version>
<version>2.2.18</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.17_20190709.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.18_20191125.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: sha256
checksum32: E5C99867591C1F72190F5540040BA027233F8CF5ACC9ED627DBA89A2461B57E0
checksum32: A603CDAC2CD0D6C001287074803868A99E48048538320EBEE9C636C0396392AA

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.2.17_20190709.exe"
file = "$toolsDir\gnupg-w32-2.2.18_20191125.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
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.1.2340/gvim_8.1.2340_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2340/gvim_8.1.2340_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2342/gvim_8.1.2342_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2342/gvim_8.1.2342_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: 03C225A3799721914CB7B1371ED8D5100DA2F6CC128BBE8D4BCFA61E4512CF08
checksum64: E9892F4927D4C72A0242D59840E281D00008DAF7B00D4AA28E9B8FCE28D451D0
checksum32: 79F323B87B9659F68AEEAEF24FC231831AAB4B7FE7912069E944B8B0FFCD87E6
checksum64: F8987BC86CA6832C42FD17B5FC943D1DDFCBC7DD88A47E95FB859EFD16FBBB86
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.1.2340_x86.zip"
file64 = "$toolsDir\gvim_8.1.2340_x64.zip"
file = "$toolsDir\gvim_8.1.2342_x86.zip"
file64 = "$toolsDir\gvim_8.1.2342_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.1.2340</version>
<version>8.1.2342</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 ff14104

Please sign in to comment.