[package] update monit to 5.0.2 (#5217)
authorFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 09:13:23 +0000 (09:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 09:13:23 +0000 (09:13 +0000)
SVN-Revision: 16123

admin/monit/Makefile

index 9b94595c36363fd63e5d0fe39eb2033c81fb6c23..b53fa425061af344aff07e906494c3f7835d8e27 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=monit
-PKG_VERSION:=4.10.1
+PKG_VERSION:=5.0.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.tildeslash.com/monit/dist/
-PKG_MD5SUM:=d3143b0bbd79b53f1b019d2fc1dae656
+PKG_MD5SUM:=416db6d616ee3a44d274522103fef9af
 
 include $(INCLUDE_DIR)/package.mk