qBittorrent: bump version

This commit is contained in:
Sergei Reznikov
2020-12-02 10:48:01 +03:00
parent 54dfffbbab
commit d6d4776f2e
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ index d8f9035..8067284 100644
From e9b5592aa8e63d0eb3b5a0a05066cc0be03e960d Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Wed, 21 Oct 2020 08:39:36 +1000
Subject: Disable HighDPI for Haiku
Subject: Disable HighDPI on Haiku
diff --git a/src/app/main.cpp b/src/app/main.cpp

View File

@@ -9,9 +9,9 @@ qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library."
HOMEPAGE="https://www.qbittorrent.org/"
COPYRIGHT="2006-2020 The qBittorrent project"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/qbittorrent/qBittorrent/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="d4667c07cf75107ade606714f44de6e7fc2049d2b08c889ce21a93f95e9573a1"
CHECKSUM_SHA256="4428ed710cfbcc48e75c4cdb014b803ea3f67311f55f4cba0d148987986bd6c8"
SOURCE_DIR="qBittorrent-release-$portVersion"
PATCHES="qbittorrent-$portVersion.patchset"
ADDITIONAL_FILES="qbittorrent.rdef.in"
@@ -59,10 +59,10 @@ BUILD_PREREQUIRES="
cmd:cut
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:lrelease$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix >= 5
cmd:qmake$secondaryArchSuffix
"
BUILD()