Skip to content

Commit

Permalink
AU: 2 updated - vim youtube-dl
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 23, 2024
1 parent 269e3f0 commit 795ab72
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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/v9.1.0119/gvim_9.1.0119_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0119/gvim_9.1.0119_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0128/gvim_9.1.0128_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0128/gvim_9.1.0128_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: F17420449BE74DBFB63012F6A74A422E37F0A6B9ECE70F32012056682A3A5D3D
checksum64: 4C77245D82C4C69F02D4826D5662D5D066622797679E68AB28D59DBB2A61D962
checksum32: 67D49EEF02CF2F18291805E99757203E5F4AC316A4024C38236C0E5BBBD67A5C
checksum64: 3E02236FE4DDDF6725F5CACA4022BC11D8080FB209DED75D3D318772067950ED
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_9.1.0119_x86.zip"
file64 = "$toolsDir\gvim_9.1.0119_x64.zip"
file = "$toolsDir\gvim_9.1.0128_x86.zip"
file64 = "$toolsDir\gvim_9.1.0128_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>9.1.0119</version>
<version>9.1.0128</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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
6 changes: 3 additions & 3 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.02.22>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.02.23>
and can be verified like this:

1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.02.22/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.02.23/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: a0d31086855e2b506d223862b413b613fd90eefb9c94f011bc223c6fdae814acd21960f1d39562bb01e8454a7f304a4126395e7ae36d9c4963d0497cb8c44608
checksum: c2b94e15a38720706836b522cab56e24850473a179fbbcd054b3722b42a9734e1acb16fdecdaf105f189f4a099e95fc8dfc458576d1db9bf8487458932748e85

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>2024.02.22-nightly</version>
<version>2024.02.23-nightly</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 795ab72

Please sign in to comment.