aboutsummaryrefslogtreecommitdiffstats
path: root/community/asio/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-05 11:06:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:15 +0000
commit3ab1419e106d260ff6a837f6a328b02d42fc8d75 (patch)
tree3f975efba9580c7a88ea2050e50946a6e3c8e3e8 /community/asio/APKBUILD
parent15eb9ae5cd630cfe15f7d75aab36f95cb4e55c13 (diff)
community/asio: use openssl 1.1
Diffstat (limited to 'community/asio/APKBUILD')
-rw-r--r--community/asio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD
index dc75a082af0..3606cfdc849 100644
--- a/community/asio/APKBUILD
+++ b/community/asio/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=asio
pkgver=1.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="Cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
license="BSL-1.0"
depends=""
-depends_dev="boost-dev libressl-dev"
+depends_dev="boost-dev openssl-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"