Skip to content

Commit

Permalink
AU: 2 updated - ffmpeg vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 27, 2020
1 parent aa760ea commit 6aca7f5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/ffmpeg/ffmpeg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
<version>4.2.1</version>
<version>4.2.2</version>
<title>FFmpeg</title>
<owners>chocolatey</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.1-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip
x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.2-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.2-win64-static.zip

to download the installer.

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: 4DD64D7EC412F77D6745E6EDAACD0A6766F041127A7EDE5400ABC7ABACF92692
checksum64: D2AF87BBB867BC83C070F3C1A980DAAED35C37B02CA82CC2886E8743232886FF
checksum32: 1F6ADFF50DB6CAD54FDAB15013C4C95CB6F83D7FE6D1167F3896CF4550573565
checksum64: CDB92A6D233A445716E88F3CC65CE33FBC5D17F46049C5B24E40701DF1A30DDA

Using AU:

Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip
Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.2-win64-static.zip

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
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.0148/gvim_8.2.0148_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0148/gvim_8.2.0148_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0158/gvim_8.2.0158_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0158/gvim_8.2.0158_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: 7E40ACDBB4DD2E0D29EBE09E880DA3E026DC4DD3908D54A7BBC2C0DF3DC33884
checksum64: F8EAAE070990A5FD487763ADCF579F2EC5958BBC18EB24C4527C7EC6B0E65801
checksum32: 5101162DCDFE7BF08F0282ABF652DC56DC7D5D177E8C33948F3E26EC6CA9001C
checksum64: D36ACF5771C3F7F4B4937ABA622E9574224814496202936AF052A63CC4657F4C
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.0148_x86.zip"
file64 = "$toolsDir\gvim_8.2.0148_x64.zip"
file = "$toolsDir\gvim_8.2.0158_x86.zip"
file64 = "$toolsDir\gvim_8.2.0158_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.0148</version>
<version>8.2.0158</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

0 comments on commit 6aca7f5

Please sign in to comment.