mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/qbittorrent: Updated for version 2.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
3297331dfe
commit
431a0ed440
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qbittorrent
|
||||
VERSION=${VERSION:-2.9.1}
|
||||
VERSION=${VERSION:-2.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,7 +72,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--qtdir=/usr/lib${LIBDIRSUFFIX}/qt4
|
||||
--qtdir=/usr/lib${LIBDIRSUFFIX}/qt
|
||||
|
||||
make
|
||||
make install INSTALL_ROOT=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qbittorrent"
|
||||
VERSION="2.9.1"
|
||||
VERSION="2.9.2"
|
||||
HOMEPAGE="http://qbittorrent.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.1.tar.gz"
|
||||
MD5SUM="093bb1f7779378a339c20aa3e4ea6d36"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.2.tar.gz"
|
||||
MD5SUM="0c2188e0065be57e50c06f5934d5f7a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Woodfall"
|
||||
|
|
Loading…
Reference in a new issue