Skip to content

Commit

Permalink
AU: 2 updated - ffmpeg-batch.install ffmpeg-batch.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2021
1 parent b00c4e1 commit df511f0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/ffmpeg-batch.install/ffmpeg-batch.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ffmpeg-batch.install</id>
<version>2.3.6</version>
<version>2.3.7</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ffmpeg-batch.install</packageSourceUrl>
<owners>chtof</owners>
<title>FFmpeg Batch AV Converter (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ffmpeg-batch.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://jztkft.dl.sourceforge.net/project/ffmpeg-batch/FFbatch_setup_2.3.6_x86.exe
x64: https://jztkft.dl.sourceforge.net/project/ffmpeg-batch/FFbatch_setup_2.3.6_x64.exe
x32: https://master.dl.sourceforge.net/project/ffmpeg-batch/FFbatch_setup_2.3.7_x86.exe?viasf=1
x64: https://versaweb.dl.sourceforge.net/project/ffmpeg-batch/FFbatch_setup_2.3.7_x64.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 6948A5074AEC4556D69481A0274BBE95F7DC64DFD0194432111091CD49B2466E
checksum64: EF72373DF82999C0E93422521FF1E4EB5CCF2BDBD6B3D55A37BC665DCE1BE115
checksum32: A0BD49A32178BDAF4BADF910FD809D372F9647872C5306D8E06AAEA3FD747D18
checksum64: 771F0FDC1AAE8B71DC8B2E7B882C24BD10012FDD04119D5D294FBDE17BF83480

File 'LICENSE.txt' is obtained from:
https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode.txt
4 changes: 2 additions & 2 deletions automatic/ffmpeg-batch.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\FFbatch_setup_2.3.6_x86.exe"
file64 = "$toolsDir\FFbatch_setup_2.3.6_x64.exe"
file = "$toolsDir\FFbatch_setup_2.3.7_x86.exe"
file64 = "$toolsDir\FFbatch_setup_2.3.7_x64.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ffmpeg-batch.portable</id>
<version>2.3.6</version>
<version>2.3.7</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ffmpeg-batch.portable</packageSourceUrl>
<owners>chtof</owners>
<title>FFmpeg Batch AV Converter (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ffmpeg-batch.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://jztkft.dl.sourceforge.net/project/ffmpeg-batch/FFmpeg_Batch_2.3.6_Portable_x86.zip
x64: https://jztkft.dl.sourceforge.net/project/ffmpeg-batch/FFmpeg_Batch_2.3.6_Portable_x64.zip
x32: https://pilotfiber.dl.sourceforge.net/project/ffmpeg-batch/FFmpeg_Batch_2.3.7_Portable_x86.zip
x64: https://altushost-swe.dl.sourceforge.net/project/ffmpeg-batch/FFmpeg_Batch_2.3.7_Portable_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'

checksum type: sha256
checksum32: A6D09E61433CC46200FAAFCCB72F81A81E93F79D245246033D6A79A7A50A71AD
checksum64: 156191FE10FB4D20657EEF62362FE98CE2D0B29F64A5DE1D9652E402D67E5374
checksum32: 35685CE8D5AA1E97E5C95BCBA5BADB55692E14949480CD293422BD6C5A0C2AA8
checksum64: 258B2D62FD25C864F8677D504746011F645DC5946287E04137423A821E375040

File 'LICENSE.txt' is obtained from:
https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode.txt
6 changes: 3 additions & 3 deletions automatic/ffmpeg-batch.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\FFmpeg_Batch_2.3.6_Portable_x86.zip"
file64 = "$toolsDir\FFmpeg_Batch_2.3.6_Portable_x64.zip"
file = "$toolsDir\FFmpeg_Batch_2.3.7_Portable_x86.zip"
file64 = "$toolsDir\FFmpeg_Batch_2.3.7_Portable_x64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -15,5 +15,5 @@ $programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
if (Get-OSArchitectureWidth -Compare '64') { $arch = '_x64' } else { $arch = '' }

$shortcutFilePath = Join-Path $programs 'FFmpeg Batch Portable.lnk'
$targetPath = Join-Path $toolsDir "FFmpeg_Batch_2.3.6_Portable${arch}.exe"
$targetPath = Join-Path $toolsDir "FFmpeg_Batch_2.3.7_Portable${arch}.exe"
Install-ChocolateyShortcut -RunAsAdmin -shortcutFilePath "$shortcutFilePath" -targetPath "$targetPath"

0 comments on commit df511f0

Please sign in to comment.