Skip to content

Commit

Permalink
AU: 1 updated - qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 2, 2020
1 parent 8d6f6d4 commit 96a852c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2.2</version>
<version>4.2.3</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the alternative sourceforge mirror liste
and can be verified like this:

1. Download the following installers:
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.2/qbittorrent_4.2.2_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.2/qbittorrent_4.2.2_x64_setup.exe/download>
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.3/qbittorrent_4.2.3_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.3/qbittorrent_4.2.3_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
checksum32: A4285EF7161CAF8C782C0AAC9CD0C90A19CA881E18646EC7797C2D3B93C5EE9A
checksum64: B6F84E27CE676B8068D96953063B166510C2660F4E146D1639F279D317FBE9B7
checksum32: 826AEE1E9110E0BFD91F0181781276A682F5C422D75E1C1BA3C98D752BB5EF16
checksum64: 8EFB1BC153F4DC9091695388F6B6B1AC0EE5F15957BB6CB14E424C6C1166A6B2

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file = "$toolsDir\qbittorrent_4.2.2_setup.exe"
file64 = "$toolsDir\qbittorrent_4.2.2_x64_setup.exe"
file = "$toolsDir\qbittorrent_4.2.3_setup.exe"
file64 = "$toolsDir\qbittorrent_4.2.3_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down

0 comments on commit 96a852c

Please sign in to comment.