diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-19 21:54:24 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-19 22:22:01 +0300 |
commit | d965a7d7960953233e2dc9cf880a55387caa6f9c (patch) | |
tree | 2b8cc00e95b5eef1051e02667e731e0410a7ad71 /community/libtorrent | |
parent | ed91ec54fcc777d8b5f9fb32f78bf14c4e8ea343 (diff) | |
download | aports-d965a7d7960953233e2dc9cf880a55387caa6f9c.tar.bz2 aports-d965a7d7960953233e2dc9cf880a55387caa6f9c.tar.xz |
community/libtorrent: upgrade to 0.13.8
Diffstat (limited to 'community/libtorrent')
-rw-r--r-- | community/libtorrent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libtorrent/APKBUILD b/community/libtorrent/APKBUILD index 4274ae2d7b..dba4e93b4b 100644 --- a/community/libtorrent/APKBUILD +++ b/community/libtorrent/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=libtorrent -pkgver=0.13.7 -pkgrel=1 +pkgver=0.13.8 +pkgrel=0 pkgdesc="BitTorrent library written in C++" url="http://rakshasa.github.io/rtorrent/" arch="all" @@ -37,5 +37,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="7bf3e87dbd19eb4e6806dff8a01c3ec61ea960bbd809d4bcbee96a46e169f97d0baf0fc85ab4a1efbbab07850e9b1060bae46c453ea6c42f5c23f8d921295efb libtorrent-0.13.7.tar.gz +sha512sums="417177df5b27cd8c6a6317063b0846da2690de4633836466728605c2edad2de407d29d321cc481b8d1352dd0ff6dd89f4566a830424a8cf986f2fddb04704da4 libtorrent-0.13.8.tar.gz 3cb44b4965149a9c70a9390104d5918dcb69671aa5d9ee3efa2f1c32b36f84619261a3b474c9651d040b60fe29ecbc42ba494ed7267443db0e865ebf9a2f79ce 0001-Fix-the-DH-parameters-generation-with-OpenSSL-1.1.patch" |