Skip to content

Commit

Permalink
AU: 1 updated - qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 23, 2023
1 parent 45b3e19 commit 5de2c6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.5.4</version>
<version>4.6.0</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
Original file line number Diff line number Diff line change
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.4/qbittorrent_4.5.4_x64_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.6.0/qbittorrent_4.6.0_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: 3BA266DDBE5624AEEDEC1A23C6BF86D6CFD5B547E8C1A31169F6A08434C9E615
checksum64: 7E1E596A1E212665FF26F60B4A0828D68DC375426156B5C281DEB9D7A81E7B55

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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file64 = "$toolsDir\qbittorrent_4.5.4_x64_setup.exe"
file64 = "$toolsDir\qbittorrent_4.6.0_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down

0 comments on commit 5de2c6a

Please sign in to comment.