From 206bd9f3fc25c9630850f3ddee6be7336f55f6db Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 18 Nov 2018 14:43:56 -0200 Subject: [PATCH] libtorrent-rasterbar: update to 1.1.11. --- srcpkgs/libtorrent-rasterbar/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index bd211882b9..9f310f8858 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar -version=1.1.10 -revision=3 +version=1.1.11 +revision=1 build_style=gnu-configure configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="automake pkg-config intltool libtool python-devel" @@ -10,8 +10,8 @@ short_desc="C++ bittorrent library by Rasterbar Software" maintainer="Eivind Uggedal " license="BSD-3-Clause" homepage="https://libtorrent.org/" -distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz" -checksum=07b2b391e0d16bc693d793e352338488a0e41f3130b70884bb2e0270ea00b8c2 +distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/libtorrent-rasterbar-${version}.tar.gz" +checksum=7c23deba7fa279825642307587609d51c9935ac7606e0ef2f2d0ba10728b5847 pre_configure() { export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"