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 Mar 4, 2024
1 parent 17cbafb commit 15f4888
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.0145/gvim_9.1.0145_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0145/gvim_9.1.0145_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0148/gvim_9.1.0148_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0148/gvim_9.1.0148_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: C92EE774F7DC6520BDC43DDB7397632B8C1D321FB347F795C46627D2BA4633C9
checksum64: A09085FDB8117CE96FF095A7E36DC11C54B7D77DDE07BE88B573844955F07EB8
checksum32: BFB19C4F71205A6484C7954D59EBD8CD7C9980506B396F74A7B9BDDA9E090FBD
checksum64: C110935F5A4A493BE8B407E9E12310FBFABBB0088D7346FA22937814CE053DBE
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.0145_x86.zip"
file64 = "$toolsDir\gvim_9.1.0145_x64.zip"
file = "$toolsDir\gvim_9.1.0148_x86.zip"
file64 = "$toolsDir\gvim_9.1.0148_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.0145</version>
<version>9.1.0148</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.23>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.03.04>
and can be verified like this:

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

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

0 comments on commit 15f4888

Please sign in to comment.