Skip to content

Commit

Permalink
AU: 3 updated - ffmpeg ffmpeg-full qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 28, 2023
1 parent e681035 commit f915c22
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/ffmpeg-full.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg-full</id>
<version>5.1.2</version>
<version>6.0</version>
<title>FFmpeg Full</title>
<owners>chocolatey-community, VuiMuich</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/legal/VERIFICATION.txt
Expand Up @@ -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
4 changes: 3 additions & 1 deletion automatic/ffmpeg/ffmpeg.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
<version>5.1.2</version>
<version>6.0</version>
<title>FFmpeg</title>
<owners>chocolatey-community</owners>
<authors>FFmpeg Contributors</authors>
Expand All @@ -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.**
]]></description>
<summary>FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec – the leading audio/video codec library.</summary>
<releaseNotes>https://ffmpeg.org/index.html#news</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/legal/VERIFICATION.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.5.1</version>
<version>4.5.2</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey-community,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Expand Up @@ -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: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.5.1/qbittorrent_4.5.1_x64_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.5.2/qbittorrent_4.5.2_x64_setup.exe/download>
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 <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
2 changes: 1 addition & 1 deletion automatic/qbittorrent/tools/chocolateyinstall.ps1
Expand Up @@ -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)
}
Expand Down

0 comments on commit f915c22

Please sign in to comment.