libtorrent: updated source location

This commit is contained in:
Tim Biermann 2021-10-16 20:30:32 +02:00
parent 8b80ad0a25
commit e797360754
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34GAUR9XkOrOS03AGiWzFtx8TXRAbm3M/l/C4Oz77aiHG0lill3ic03mQScgvAXc+CfBCwkPKcP6ej0xogwo0A8=
SHA256 (Pkgfile) = ac0333356f5ab8530b71201aefdc4539be46a6826b1ab37b87acbd8c8ce9f878
RWSagIOpLGJF33rFaEKokdt0UiPEUHANHSEqwcstZqOrrOGO9sATmsN33mp49mZqatR3qMrHGjXPyegDp6LgvSsDLizmy73TfQI=
SHA256 (Pkgfile) = 014ba868093923ebff52b5c8228dce43f1e72cdbd655242bb180076ce3923f3f
SHA256 (.footprint) = 03d720eaa7e893a3d3feaa092e11a4d8694c49554ba3b473c5b2a349ee950d53
SHA256 (libtorrent-0.13.8.tar.gz) = ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
SHA256 (libtorrent-0.13.8.tar.gz) = 0f6c2e7ffd3a1723ab47fdac785ec40f85c0a5b5a42c1d002272205b988be722

View File

@ -6,13 +6,12 @@
name=libtorrent
version=0.13.8
release=1
source=(http://rtorrent.net/downloads/libtorrent-$version.tar.gz)
source=(https://github.com/rakshasa/libtorrent/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--enable-debug=no
make