diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-05 23:13:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-05 23:13:36 +0100 |
commit | 4b530a05e4a1094dce321be27d33f339f06e882c (patch) | |
tree | 3b8b865785dfaeb482b7258cf5fd25eddb07a17c | |
parent | 0ab2dac3f9fbd859443453662d7d339a24057d39 (diff) | |
download | aports-4b530a05e4a1094dce321be27d33f339f06e882c.tar.bz2 aports-4b530a05e4a1094dce321be27d33f339f06e882c.tar.xz |
testing/nomp: replace openssl with libressl
-rw-r--r-- | testing/nomp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nomp/APKBUILD b/testing/nomp/APKBUILD index c27e6874c5..3fc7b361b7 100644 --- a/testing/nomp/APKBUILD +++ b/testing/nomp/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nomp pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Ncurses OpenVAS Manager Protocol" url="https://github.com/git-rep/nomp" arch="all" license="GPL2" -makedepends="openssl-dev libxml++-dev ncurses-dev" +makedepends="libressl-dev libxml++-dev ncurses-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/git-rep/$pkgname/archive/v$pkgver.tar.gz make-path.patch" builddir="$srcdir/$pkgname-$pkgver" |