monit: Update to 5.9
Signed-off-by: Christoph König <christoph.koenig@gmail.com>
This commit is contained in:
parent
2bce5b294f
commit
3894ae38d5
2 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=monit
|
||||
PKG_VERSION:=5.8.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=5.9
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://mmonit.com/monit/dist
|
||||
PKG_MD5SUM:=9467328f1da0b644a766a387443db2ea
|
||||
PKG_MD5SUM:=808473ebbacda0c5085d7399e507bfda
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -13555,14 +13555,7 @@ fi
|
||||
@@ -13744,14 +13744,7 @@ fi
|
||||
# Find the right directory to put the root-mode PID file in
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pid file location" >&5
|
||||
$as_echo_n "checking pid file location... " >&6; }
|
||||
|
|
Loading…
Reference in a new issue