system/monit: Updated for version 5.23.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4ba98ad9f1
commit
736cd729c1
|
@ -1,3 +1,3 @@
|
|||
Monit is a utility for managing and monitoring processes, files, directories,
|
||||
and devices on a Unix system. Monit conducts automatic maintenance and repair
|
||||
and devices on a Unix system. Monit conducts automatic maintenance and repair
|
||||
and can execute meaningful causal actions in error situations.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monit
|
||||
VERSION=${VERSION:-5.22.0}
|
||||
VERSION=${VERSION:-5.23.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="monit"
|
||||
VERSION="5.22.0"
|
||||
VERSION="5.23.0"
|
||||
HOMEPAGE="https://mmonit.com/monit/"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.22.0.tar.gz"
|
||||
MD5SUM="768a637b8d23b6cbce271a8ff125c61f"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.23.0.tar.gz"
|
||||
MD5SUM="5fbaf7746a233f31ad0aed416ca1d0f9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue