diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-03 19:42:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:23 +0000 |
commit | d54f6ceb1e960a0063ce1a7046f35ce3adabec2d (patch) | |
tree | 0e85d8c146867f6f98ec0afb41438abc642a121c /main/libtorrent | |
parent | f21df8fdf2781bce05f0edf2f8b3814b2bbc05ef (diff) | |
download | aports-d54f6ceb1e960a0063ce1a7046f35ce3adabec2d.tar.bz2 aports-d54f6ceb1e960a0063ce1a7046f35ce3adabec2d.tar.xz |
main/libtorrent: rebuild against libressl-2.7
Diffstat (limited to 'main/libtorrent')
-rw-r--r-- | main/libtorrent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libtorrent/APKBUILD b/main/libtorrent/APKBUILD index 408da59b92..01050af11e 100644 --- a/main/libtorrent/APKBUILD +++ b/main/libtorrent/APKBUILD @@ -4,7 +4,7 @@ pkgname=libtorrent pkgver=0.13.6 -pkgrel=3 +pkgrel=4 pkgdesc="BitTorrent library written in C++" url="http://rakshasa.github.io/rtorrent/" arch="all" |