X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=admin%2Fmonit%2FMakefile;h=820fddb5796d71c98d5056af59ef4e204ae8cac6;hp=55c541520481875496b0a94fcad71f92e3baaf7c;hb=ed9e9322cabc3f47919802fbe1d73bb7ac697bec;hpb=ae4c66da1c6a560c521927d570c8a2a076095297 diff --git a/admin/monit/Makefile b/admin/monit/Makefile index 55c5415204..820fddb579 100644 --- a/admin/monit/Makefile +++ b/admin/monit/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=monit -PKG_VERSION:=4.9 +PKG_VERSION:=4.10.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tildeslash.com/monit/dist/ -PKG_MD5SUM:=bcbaab776a54d1e34e3a057c925de9ca +PKG_MD5SUM:=d3143b0bbd79b53f1b019d2fc1dae656 include $(INCLUDE_DIR)/package.mk @@ -27,7 +27,7 @@ define Package/monit/Default endef define Package/monit/Default/description - An utility for monitoring services on a Unix system + An utility for monitoring services on a Unix system endef define Package/monit @@ -38,7 +38,7 @@ endef define Package/monit/description $(call Package/monit/Default/description) - This package is built with SSL support. + This package is built with SSL support. endef define Package/monit-nossl @@ -48,10 +48,9 @@ endef define Package/monit-nossl/description $(call Package/monit/Default/description) - This package is built without SSL support. + This package is built without SSL support. endef - define Build/Template $(STAMP_BUILT)-$(2): $(STAMP_PREPARED) @@ -78,7 +77,6 @@ endef endef - define Build/Configure endef