diff --git a/automatic/ffmpeg-full/ffmpeg-full.nuspec b/automatic/ffmpeg-full/ffmpeg-full.nuspec index db302a92b68..212e0239662 100644 --- a/automatic/ffmpeg-full/ffmpeg-full.nuspec +++ b/automatic/ffmpeg-full/ffmpeg-full.nuspec @@ -3,7 +3,7 @@ ffmpeg-full - 5.1.2 + 6.0 FFmpeg Full chocolatey-community, VuiMuich FFmpeg Contributors diff --git a/automatic/ffmpeg-full/legal/VERIFICATION.txt b/automatic/ffmpeg-full/legal/VERIFICATION.txt index f2c0a529287..48a007226a7 100644 --- a/automatic/ffmpeg-full/legal/VERIFICATION.txt +++ b/automatic/ffmpeg-full/legal/VERIFICATION.txt @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 037BDB2183189DC0EFA642B1FDE7D6B33C6114036FA06FAF35F777E8DF07D863 + checksum64: 75ACDF3AFE0409B294CB2B76216ECBE5299782970688617259FFBC22679872E8 File 'LICENSE.txt' is obtained from: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3 diff --git a/automatic/ffmpeg/ffmpeg.nuspec b/automatic/ffmpeg/ffmpeg.nuspec index b3aacaadab3..dd655337a04 100644 --- a/automatic/ffmpeg/ffmpeg.nuspec +++ b/automatic/ffmpeg/ffmpeg.nuspec @@ -3,7 +3,7 @@ ffmpeg - 5.1.2 + 6.0 FFmpeg chocolatey-community FFmpeg Contributors @@ -24,6 +24,8 @@ Security is a high priority and code review is always done with security in mind For a list of libraries included, go to https://www.gyan.dev/ffmpeg/builds/#libraries note that the list of libraries at the URL above will give those for the most recent version and may differ slightly from this package version * With version 4.4 the format of the version-number changed up until the next two releases it is expected that the flag `--version` is broken +* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** + ]]> FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec – the leading audio/video codec library. https://ffmpeg.org/index.html#news diff --git a/automatic/ffmpeg/legal/VERIFICATION.txt b/automatic/ffmpeg/legal/VERIFICATION.txt index 31557700142..77a1dc99fdc 100644 --- a/automatic/ffmpeg/legal/VERIFICATION.txt +++ b/automatic/ffmpeg/legal/VERIFICATION.txt @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 0F08D6CC4E3B221FB37519D21861C9514B8A02D325DC32911CA6B6F8887033EF + checksum64: 35FF310ED4EFB2945175251066DE6325321D62533FEC0F54A4E250F9E90EE0FB File 'LICENSE.txt' is obtained from: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3 diff --git a/automatic/qbittorrent/qbittorrent.nuspec b/automatic/qbittorrent/qbittorrent.nuspec index 7cc0ca2d7c6..32d98499989 100644 --- a/automatic/qbittorrent/qbittorrent.nuspec +++ b/automatic/qbittorrent/qbittorrent.nuspec @@ -4,7 +4,7 @@ qbittorrent qBittorrent - 4.5.1 + 4.5.2 Christophe Dumez chocolatey-community,nconrads qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4. diff --git a/automatic/qbittorrent/tools/VERIFICATION.txt b/automatic/qbittorrent/tools/VERIFICATION.txt index cbd622290be..88483844314 100644 --- a/automatic/qbittorrent/tools/VERIFICATION.txt +++ b/automatic/qbittorrent/tools/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer has been downloaded from the alternative sourceforge mirror listed and can be verified like this: 1. Download the following installers: - 64-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: C196A5A9BEDB926FDE629A7075CBF9A0B7D36F54088D8A699DD541A4F4AF5A13 + checksum64: F2EC7FA4C5AE273D6D7181C0C9DF225EB8CE8E0E85577B236C7B335C093F2E71 File 'LICENSE.txt' is obtained from diff --git a/automatic/qbittorrent/tools/chocolateyinstall.ps1 b/automatic/qbittorrent/tools/chocolateyinstall.ps1 index a7431ca80a2..4389e219012 100644 --- a/automatic/qbittorrent/tools/chocolateyinstall.ps1 +++ b/automatic/qbittorrent/tools/chocolateyinstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ packageName = 'qbittorrent' fileType = 'exe' softwareName = 'qBittorrent*' - file64 = "$toolsDir\qbittorrent_4.5.1_x64_setup.exe" + file64 = "$toolsDir\qbittorrent_4.5.2_x64_setup.exe" silentArgs = '/S' validExitCodes = @(0, 1223) }