diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 15:08:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:31 +0000 |
commit | ffdd5d8326bce165b855281a19c593203fc0f45c (patch) | |
tree | 3695f12616e5e563d2160d7b20868dc8d039c521 /main/libssh2 | |
parent | 1a1ce6959e21d340b5bf79c629a6bd7ac3c02e12 (diff) | |
download | aports-ffdd5d8326bce165b855281a19c593203fc0f45c.tar.bz2 aports-ffdd5d8326bce165b855281a19c593203fc0f45c.tar.xz |
main/libssh2: rebuild against libressl-2.6
Diffstat (limited to 'main/libssh2')
-rw-r--r-- | main/libssh2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD index 57734b9de4..c7bce28c31 100644 --- a/main/libssh2/APKBUILD +++ b/main/libssh2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh2 pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="library for accessing ssh1/ssh2 protocol servers" url="http://libssh2.org/" arch="all" |