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 Jul 8, 2024
1 parent d6fbf6b commit 321d592
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.0538/gvim_9.1.0538_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0538/gvim_9.1.0538_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0544/gvim_9.1.0544_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0544/gvim_9.1.0544_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: 6818F139504F3847B02C16F8B0B97B6B40575548A758BED40E1CACC601907C86
checksum64: BD1058029601904F750D1D025A2B843BD4E854E0A3CA4ACC25980FF950D2F0B1
checksum32: 58F2BC1194AB8ABD332D781DE4DDEF0B1DE69253CC85D23271CF3E181B8F1584
checksum64: 63CE98D7A1FB23CA95A80250C180454107CC11C2BCCAE17F8457046DB1A25A83
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.0538_x86.zip"
file64 = "$toolsDir\gvim_9.1.0538_x64.zip"
file = "$toolsDir\gvim_9.1.0544_x86.zip"
file64 = "$toolsDir\gvim_9.1.0544_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.0538</version>
<version>9.1.0544</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.07.07>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.07.08>
and can be verified like this:

1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.07.07/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.07.08/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: 9b5f1bd09ffe0722f007ef9e2d85fa5a24ac2dd1abddf3310ab0ccfaba8b7494509803ed466b8e55d27e71f4e3f39ff927fdf7c28e81c15dfae75aa92a16fcef
checksum: c609c0554ff21350f7a100cae3a131fe7199eed5bdef719025fc98d3cbec9846c627886e1684da991d9f5445e973480190ad6d8d3a19d7960f64cbaf90879f93

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

0 comments on commit 321d592

Please sign in to comment.