diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-30 16:56:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:12 +0000 |
commit | ecc0d332b69b480d7acbafc1042ebec9ae7f7744 (patch) | |
tree | 59cbdf87203bab0f0957556e9a9075d9f11bd317 /main | |
parent | 5e838bd9b16429b48e27c86a365e54a15b8dc96b (diff) | |
download | aports-ecc0d332b69b480d7acbafc1042ebec9ae7f7744.tar.bz2 aports-ecc0d332b69b480d7acbafc1042ebec9ae7f7744.tar.xz |
main/libssh: rebuild against openssl 1.1
Diffstat (limited to 'main')
-rw-r--r-- | main/libssh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 2f3c9ff083..504837ec62 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh pkgver=0.7.6 -pkgrel=0 +pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" arch="all" license="LGPL" -makedepends="zlib-dev libressl-dev cmake doxygen" +makedepends="zlib-dev openssl-dev cmake doxygen" subpackages="$pkgname-dev" options="!check" source="https://www.libssh.org/files/0.7/libssh-$pkgver.tar.xz |