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 committed Jan 1, 2020
1 parent dfc1c6e commit 513cbf1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0065/gvim_8.2.0065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0065/gvim_8.2.0065_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0069/gvim_8.2.0069_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0069/gvim_8.2.0069_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: 685699FCCB14B9376268A80B2BDBBC882D34CDEDF0A7859C785618432F845163
checksum64: 152343D2704C41E7FB5DC6BF284D7A494E201F69FDC51F976A13BFBAB46E8F5B
checksum32: 1D1F13183297A3E6DD495E59487AE41B13C1944204F5B7D306D9BAAFF3F2859E
checksum64: 40CDC720BB551F3C7705DBAD02E9AA96B77E081158CDCF137DD702428A381F9A
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.0065_x86.zip"
file64 = "$toolsDir\gvim_8.2.0065_x64.zip"
file = "$toolsDir\gvim_8.2.0069_x86.zip"
file64 = "$toolsDir\gvim_8.2.0069_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.0065</version>
<version>8.2.0069</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
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.28/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2020.01.01/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 319b2dd201f77602257be89cb3e482e5a1b1d2d09055510745a54cab052f2e054c5335610e8b7149233d3051f2613843d24ca60e8a6a5c6cfc820c9c2c5ac821
checksum: 5bdba740708d9e7d8446dccace09d49af7905e0c5e6b4a2535ce6255aaeaec459b2cb6756b7fe32f8809ecc28ac4d87eaa2c553fca88a37837725127a0913549

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>2019.11.28</version>
<version>2020.01.01</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 513cbf1

Please sign in to comment.