ports/contrib (3.2): libtorrent-rasterbar: 1.0.5 -> 1.0.7
commit a908f5e54e29fcd028b112f3f079dfa7b6ba81a9 Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Dec 22 22:50:50 2015 +1100 libtorrent-rasterbar: 1.0.5 -> 1.0.7 diff --git a/libtorrent-rasterbar/.footprint b/libtorrent-rasterbar/.footprint index 6135fea..db98de9 100644 --- a/libtorrent-rasterbar/.footprint +++ b/libtorrent-rasterbar/.footprint @@ -158,4 +158,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ -rwxr-xr-x root/root usr/lib/python2.7/site-packages/libtorrent.so --rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.5-py2.7.egg-info +-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.7-py2.7.egg-info diff --git a/libtorrent-rasterbar/.md5sum b/libtorrent-rasterbar/.md5sum index aa39bb6..69f9fca 100644 --- a/libtorrent-rasterbar/.md5sum +++ b/libtorrent-rasterbar/.md5sum @@ -1 +1 @@ -d09521d34092ba430f430572c9e2b3d3 libtorrent-rasterbar-1.0.5.tar.gz +c1a5b8aee18640cbe01826403525dd14 libtorrent-rasterbar-1.0.7.tar.gz diff --git a/libtorrent-rasterbar/Pkgfile b/libtorrent-rasterbar/Pkgfile index f3a20ac..127f6f8 100644 --- a/libtorrent-rasterbar/Pkgfile +++ b/libtorrent-rasterbar/Pkgfile @@ -1,16 +1,18 @@ -# Description: A C++ bittorrent library designed to run on anything from embedded systems to large scale seed servers. +# Description: A C++ bittorrent library. # URL: https://sourceforge.net/projects/libtorrent/ # Packager: Danny Rawlins, crux at romster dot me # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: boost name=libtorrent-rasterbar -version=1.0.5 +version=1.0.7 release=1 -source=(https://downloads.sourceforge.net/project/libtorrent/libtorrent/$name-$versi...) +source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz) + build() { cd $name-$version + CONFIG_SHELL=/bin/bash \ ./configure \ --prefix=/usr \ --enable-python-binding
participants (1)
-
crux@crux.nu