diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-06-08 09:09:20 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-06-08 10:00:53 +0200 |
commit | 6881a0abafcae6c72a0bfaeb14a0f4bbf8b61da2 (patch) | |
tree | c73c6ef8a74ed0ab54a66dbce5138bc77fd23a41 /testing/libtorrent | |
parent | e131099e4573847d287275384d23862b54a6e1c1 (diff) | |
download | aports-6881a0abafcae6c72a0bfaeb14a0f4bbf8b61da2.tar.bz2 aports-6881a0abafcae6c72a0bfaeb14a0f4bbf8b61da2.tar.xz |
testing/libtorrent: upgrade to 0.13.2
Diffstat (limited to 'testing/libtorrent')
-rw-r--r-- | testing/libtorrent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libtorrent/APKBUILD b/testing/libtorrent/APKBUILD index 06865bc7e5..ec51d9046b 100644 --- a/testing/libtorrent/APKBUILD +++ b/testing/libtorrent/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=libtorrent -pkgver=0.12.9 -pkgrel=1 +pkgver=0.13.2 +pkgrel=0 pkgdesc='BitTorrent library written in C++' url='http://libtorrent.rakshasa.no/' arch='all' @@ -28,4 +28,4 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="b128bbd324f03eb42ef5060080f87548 libtorrent-0.12.9.tar.gz" +md5sums="96c0b81501357df402ab592f59ecaeab libtorrent-0.13.2.tar.gz" |