libtorrent_rasterbar: build with openssl 1.1

This commit is contained in:
Sergei Reznikov
2020-05-13 08:36:25 +00:00
parent 9396ed9983
commit 7290646d4e

View File

@@ -28,7 +28,7 @@ COPYRIGHT="2003-2019 Arvid Norberg
Peter Koeleman
Reimond Retz"
LICENSE="BSD (2-clause)"
REVISION="4"
REVISION="5"
SOURCE_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${portVersion//./_}/libtorrent-rasterbar-$portVersion.tar.gz"
CHECKSUM_SHA256="1582fdbbd0449bcfe4ffae2ccb9e5bf0577459a32bb25604e01accb847da1a2d"
SOURCE_DIR="libtorrent-rasterbar-$portVersion"
@@ -68,7 +68,7 @@ BUILD_REQUIRES="
devel:libboost_random$secondaryArchSuffix >= 1.69
devel:libboost_system$secondaryArchSuffix >= 1.69
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 1.0.0
devel:libssl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:autoconf