Skip to content

Commit

Permalink
AU: 2 updated - vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 7, 2020
1 parent a86ae37 commit 3f323cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.2098/gvim_8.2.2098_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2098/gvim_8.2.2098_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2105/gvim_8.2.2105_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2105/gvim_8.2.2105_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: 167D5C8FABF73FA13F5F57AB6C15CDBA3EE6AA91D803474DA327D4ACF2099788
checksum64: 09553FC864F061CEB378E79702DE337CC9D6519E2278938AF26E094E9F12E5E8
checksum32: ED11705CE9017F7D9D0FE2CCCC56CE8EECBB9F16D6D67C3C8FD73BB1D8034788
checksum64: 8C305847B1C1682ED38F1BB4EC3FEE55A65D8748819CEA1D0F155A03BEF30643
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.2098_x86.zip"
file64 = "$toolsDir\gvim_8.2.2098_x64.zip"
file = "$toolsDir\gvim_8.2.2105_x86.zip"
file64 = "$toolsDir\gvim_8.2.2105_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.2098</version>
<version>8.2.2105</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
2 changes: 1 addition & 1 deletion automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: ec21b2afe930bb85ce6d2405b41575baf2260a889cf4f7b86e7281761e3c45e8e3243113cba6bb3403d94029c53da867ca16e115618550074d7c8d506fc0bc5f
checksum: e8e2baeac8c11cf6776b3e2bb213e04ca6de0471249dc04f2780d1fa4d5b5f2eae4727832463a42803687b7cb922f4bb0f4293000bae255db4af884988cd027e

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2020.12.05</version>
<version>2020.12.07</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 3f323cf

Please sign in to comment.