diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 16:36:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | 638de2899e35952056cc4c713ae7f7d0a3ecea13 (patch) | |
tree | daf195ee900ad629c821a358fdfba0404f6e2231 /main/nrpe | |
parent | 5dbf4dbea0f443289ec48318980c3f9c69a697ec (diff) | |
download | aports-638de2899e35952056cc4c713ae7f7d0a3ecea13.tar.bz2 aports-638de2899e35952056cc4c713ae7f7d0a3ecea13.tar.xz |
main/nrpe: rebuild against libressl-2.6
Diffstat (limited to 'main/nrpe')
-rw-r--r-- | main/nrpe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nrpe/APKBUILD b/main/nrpe/APKBUILD index 88a01df886..e7639239ed 100644 --- a/main/nrpe/APKBUILD +++ b/main/nrpe/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeff Bilyk <jbilyk@gmail.com> pkgname=nrpe pkgver=2.15 -pkgrel=6 +pkgrel=7 pkgusers="nagios" pkggroups="nagios" pkgdesc="NRPE allows you to remotely execute Nagios plugins on other Linux/Unix machines." |