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 19, 2024
1 parent dd3b128 commit 8dcf33a
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.0113/gvim_9.1.0113_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0113/gvim_9.1.0113_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0115/gvim_9.1.0115_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0115/gvim_9.1.0115_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: 299E1A25A3DA3FBBACFF22CA39E0CD9BD2403CCE4554D3E1FA06772A7D2AF2F3
checksum64: 96CCCFF5640DEA824F7F5AF53137E12DFC226B70D20972DE0F730FCB6E4CA17B
checksum32: 3D6546B56CE9B0FDA52FE12CBB71BD22B53060D291A59F526AEE32B1154A88F1
checksum64: EFD8CEAEF0A55710EEE059809D597276326ADB1ABED42DFB898BB9581E322941
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.0113_x86.zip"
file64 = "$toolsDir\gvim_9.1.0113_x64.zip"
file = "$toolsDir\gvim_9.1.0115_x86.zip"
file64 = "$toolsDir\gvim_9.1.0115_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.0113</version>
<version>9.1.0115</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.03>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.02.19>
and can be verified like this:

1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.02.03/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.02.19/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: 7e4774cd91f3586b1ce2a2d64f450c303056ae1739196426c1093b7cecedfeffd321295b9aabb1dc2e1bd9d90f6b785f68bb676dc138df0f5d40e618416e2d97
checksum: 7d4ce1132d7ba645f5cf5042ac5cf9445274fe3e32aa534b0a951372ee201c821c8fc074e4f3c16b53076dbf6864bedd4f1d215a7aeefd5b86faaeba405bc1ae

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

0 comments on commit 8dcf33a

Please sign in to comment.