diff options
author | David Woodfall <info@davidwoodfall.co.uk> | 2010-03-03 14:23:25 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:24:49 +0200 |
commit | 0f2ba4bee43780e1e10673dfcd667c7b950c0455 (patch) | |
tree | e1a6bbed04169709726923178a15feef7a9cb434 /network/qbittorrent | |
parent | 599a3069bd00a75b7c15af41011faad50b53c560 (diff) |
network/qbittorrent: Updated for version 2.1.5.
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 5 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 0e49f8695652..a5c9670fabbd 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -19,11 +19,10 @@ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FURTHERMORE I AM NOT LIABLE IF -# YOUR DATA IS DESTROYED, YOUR HOUSE BURNS DOWN OR YOUR DOG RUNS OFF. +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-2.1.3} +VERSION=${VERSION:-2.1.5} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 8d3465cf8158..300f2fe0c652 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,10 +1,10 @@ PRGNAM="qbittorrent" -VERSION="2.13" +VERSION="2.1.5" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-2.1.3.tar.gz" -MD5SUM="0367177f71b0c40d73de1694cb7cf6e9" +DOWNLOAD="http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-2.1.5.tar.gz" +MD5SUM="22ed5e6713a319cc71997f4243888f8e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" EMAIL="info@davidwoodfall.co.uk" -APPROVED="dsomero" +APPROVED="Erik Hanson" |