monit: update to 5.25.3.
This commit is contained in:
parent
4268f052d4
commit
0ced77b2cd
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'monit'
|
||||
pkgname=monit
|
||||
version=5.25.2
|
||||
revision=3
|
||||
version=5.25.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl-dir=${XBPS_CROSS_BASE}/usr libmonit_cv_setjmp_available=yes
|
||||
configure_args="
|
||||
--with-ssl-dir=${XBPS_CROSS_BASE}/usr
|
||||
libmonit_cv_setjmp_available=yes
|
||||
libmonit_cv_vsnprintf_c99_conformant=yes"
|
||||
conf_files="/etc/monitrc"
|
||||
hostmakedepends="perl"
|
||||
|
@ -14,7 +16,7 @@ license="AGPL-3.0-only"
|
|||
homepage="http://mmonit.com/monit/"
|
||||
#changelog="https://mmonit.com/monit/changes/"
|
||||
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||
checksum=aa0ce6361d1155e43e30a86dcff00b2003d434f221c360981ced830275abc64a
|
||||
checksum=c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569
|
||||
|
||||
post_install() {
|
||||
vconf monitrc
|
||||
|
|
Loading…
Reference in New Issue