diff --git a/srcpkgs/libtorrent1/template b/srcpkgs/libtorrent1/template index 88770f9cdf4..720c00c8484 100644 --- a/srcpkgs/libtorrent1/template +++ b/srcpkgs/libtorrent1/template @@ -1,7 +1,7 @@ # Template build file for 'libtorrent1' pkgname=libtorrent1 -version=1.0.5 -revision=3 +version=1.0.6 +revision=1 wrksrc=libtorrent-rasterbar-${version} build_style=gnu-configure configure_args="--enable-static --disable-debug --without-kqueue @@ -13,8 +13,8 @@ short_desc="BitTorrent library written in C++ (v1.x)" maintainer="Jürgen Buchmüller " homepage="http://www.libtorrent.org/" license="BSD" -distfiles="${SOURCEFORGE_SITE}/libtorrent/libtorrent-rasterbar-${version}.tar.gz" -checksum=474a43da2147bec7e333c10f70b07221f4732dd67e071d5e90acc7edb8f657b0 +distfiles="https://github.com/arvidn/${pkgname%1}/releases/download/${pkgname%1}-${version//./_}/${pkgname%1}-rasterbar-${version}.tar.gz" +checksum=c97de804b77f44591801631aca3869567671df2d3e2afe7f5453d8db2478fd61 libtorrent1-devel_package() { depends="${sourcepkg}>=${version}_${revision}"