diff options
author | Peter Bui <pnutzh4x0r@gmail.com> | 2015-10-21 00:02:19 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 06:50:55 +0000 |
commit | 227c2429e32e2aabff2ded34ccce49b4fa89fc9b (patch) | |
tree | 4f35d82034b5fb00fc308ee0274aa2976f9ca390 /main/libtorrent/APKBUILD | |
parent | 33031cd2d072a86b75b9aece8c1a7c1837f46640 (diff) | |
download | aports-227c2429e32e2aabff2ded34ccce49b4fa89fc9b.tar.bz2 aports-227c2429e32e2aabff2ded34ccce49b4fa89fc9b.tar.xz |
main/libtorrent: update to 0.13.6
Diffstat (limited to 'main/libtorrent/APKBUILD')
-rw-r--r-- | main/libtorrent/APKBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/main/libtorrent/APKBUILD b/main/libtorrent/APKBUILD index 24180f6072..72fc312f10 100644 --- a/main/libtorrent/APKBUILD +++ b/main/libtorrent/APKBUILD @@ -1,16 +1,17 @@ +# Contributor: Peter Bui <pnutzh4x0r@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=libtorrent -pkgver=0.13.4 -pkgrel=2 +pkgver=0.13.6 +pkgrel=0 pkgdesc='BitTorrent library written in C++' -url='http://libtorrent.rakshasa.no/' +url='http://rakshasa.github.io/rtorrent/' arch='all' license='GPL' makedepends='libsigc++-dev openssl-dev' subpackages="$pkgname-dev" options='libtool' -source="http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz" +source="http://rtorrent.net/downloads/${pkgname}-${pkgver}.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" @@ -36,6 +37,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="e82f380a9d4b55b379e0e73339c73895 libtorrent-0.13.4.tar.gz" -sha256sums="704e097119dc89e2ee4630396b25de1cd64b0549841347ea75b9ef9217084955 libtorrent-0.13.4.tar.gz" -sha512sums="6a5ea944c1193d1160563828c5901f0cf557f38c4de61153d505344f3c3c8509c765e01b6cc5e3a53ec2bb184a9e8db32ed4ec154e93a93822804210f0fa45d0 libtorrent-0.13.4.tar.gz" +md5sums="66f18044432a62c006c75f6d0bb4d7dc libtorrent-0.13.6.tar.gz" +sha256sums="2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 libtorrent-0.13.6.tar.gz" +sha512sums="b8aea4060357a8a40d15d42f1f698ef6f3ebdc885000bfbfa5bf9c81af8c88b5503a107e05c214e3e8489126928d336356c5e7e0eaf836b6b84a3cf74633b050 libtorrent-0.13.6.tar.gz" |