network/qbittorrent: Update to 3.3.16

This commit is contained in:
Dave Woodfall 2019-01-19 21:17:42 +00:00 committed by Willy Sudiarto Raharjo
parent 68009082c9
commit 4da480d693
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 11 additions and 10 deletions

View File

@ -23,8 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
VERSION=${VERSION:-3.3.15}
BUILD=${BUILD:-2}
SRCNAM=qBittorrent-release
VERSION=${VERSION:-3.3.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -59,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/release-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View File

@ -1,10 +1,10 @@
PRGNAM="qbittorrent"
VERSION="3.3.15"
VERSION="3.3.16"
HOMEPAGE="http://qbittorrent.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.3.15/qbittorrent-3.3.15.tar.xz"
MD5SUM="759f498b146bf3afb1593157407897d4"
DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-3.3.16.tar.gz"
MD5SUM="28852012dbd3f3bbec400279935b88d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
MAINTAINER="Dave Woodfall"
EMAIL="dave@tty1.uk"