mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/monit: Updated for version 5.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f9ddd95ec
commit
1d0e69e3a5
3 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monit
|
||||
VERSION=${VERSION:-5.19.0}
|
||||
VERSION=${VERSION:-5.20.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="monit"
|
||||
VERSION="5.19.0"
|
||||
VERSION="5.20.0"
|
||||
HOMEPAGE="https://mmonit.com/monit/"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.19.0.tar.gz"
|
||||
MD5SUM="51ee50dd71e1bb9fe9a128bc88456b77"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.20.0.tar.gz"
|
||||
MD5SUM="769a44ee13b4e1f90156b58dc2f7ea7c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -30,6 +30,7 @@ stop() {
|
|||
|
||||
restart() {
|
||||
stop
|
||||
sleep 2
|
||||
start
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue