diff --git a/automatic/qbittorrent/qbittorrent.nuspec b/automatic/qbittorrent/qbittorrent.nuspec index ed1af1b8c01..899943850d7 100644 --- a/automatic/qbittorrent/qbittorrent.nuspec +++ b/automatic/qbittorrent/qbittorrent.nuspec @@ -4,7 +4,7 @@ qbittorrent qBittorrent - 4.4.5 + 4.5.0 Christophe Dumez chocolatey-community,nconrads qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4. @@ -47,6 +47,7 @@ it for the BitTorrent protocol itself. ## Notes - This version includes the 64-bit version of qbittorrent, if you wish to continue using the 32-bit version you need to pass `--x86` when calling `choco install/update` +- Beginning with v4.5.0, only 64-bit version is offered. If you have the 32-bit version installed, pin the version to 4.4.5 with command `choco pin add --name="'qbittorrent'" --version="'4.4.5'"` ![qbittorrent screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/798547edb9c6cb22a4a58e08361da4450f0ab14c/automatic/qbittorrent/screenshot.png) diff --git a/automatic/qbittorrent/tools/VERIFICATION.txt b/automatic/qbittorrent/tools/VERIFICATION.txt index 93d4f2397cb..bbec41a202c 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: EFB0298FAE1578033A334BA3ADBE0E93EA15239D623A26CE11F230EB0AF8654A + checksum64: 14CEECCC4473E02417726CD01614B6C1CC9556AB3AA899118552AF82D69DB22A File 'LICENSE.txt' is obtained from diff --git a/automatic/qbittorrent/tools/chocolateyinstall.ps1 b/automatic/qbittorrent/tools/chocolateyinstall.ps1 index 8971eaa2c31..dcf52bf6499 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.4.5_x64_setup.exe" + file64 = "$toolsDir\qbittorrent_4.5.0_x64_setup.exe" silentArgs = '/S' validExitCodes = @(0, 1223) }