diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 19:32:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:33 +0000 |
commit | 67f0e5705221e7a048fffa324c229546641d390e (patch) | |
tree | f7f59126bf4055a2905cf4e500e8897cd07cce81 /main/nmap | |
parent | c79dfa20652a27ae3564db7d61fc8f483f3af685 (diff) | |
download | aports-67f0e5705221e7a048fffa324c229546641d390e.tar.bz2 aports-67f0e5705221e7a048fffa324c229546641d390e.tar.xz |
main/nmap: rebuild against libressl-2.6
Diffstat (limited to 'main/nmap')
-rw-r--r-- | main/nmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nmap/APKBUILD b/main/nmap/APKBUILD index fffa2083b3..5254d983ed 100644 --- a/main/nmap/APKBUILD +++ b/main/nmap/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=nmap pkgver=7.60 -pkgrel=1 +pkgrel=2 pkgdesc="A network exploration tool and security/port scanner" url="http://nmap.org" arch="all" |