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 Dec 15, 2016
1 parent 6a7b59a commit 0479d65
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 @@ -5,7 +5,7 @@ you should use an editor that supports UTF-8, not this one. -->
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>3.3.7.20161205</version>
<version>3.3.9</version>
<authors>Christophe Dumez</authors>
<owners>nconrads, chocolatey</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 @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the alternative sourceforge mirror listed on <http://www.qbittorrent.org/download.php>
and can be verified like this:

1. Go to <http://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.7/qbittorrent_3.3.7_setup.exe/download>
1. Go to <http://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.9/qbittorrent_3.3.9_setup.exe/download>
to download the installer
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
checksum: 49AE9A0ADFC3272BEC38822C528F732D9495B79A2A7CA934F8C6635237B15D07
checksum: 02FC31F515FA0E62ED7613F2B012D8E2881C515E11124886E83C18371A0239D6

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
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\qbittorrent_3.3.7_setup.exe"
$filePath = "$toolsDir\qbittorrent_3.3.9_setup.exe"

$packageArgs = @{
packageName = 'qbittorrent'
Expand Down

0 comments on commit 0479d65

Please sign in to comment.