[package] update lsof to 4.81 (#4846)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 4 Apr 2009 18:37:49 +0000 (18:37 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 4 Apr 2009 18:37:49 +0000 (18:37 +0000)
SVN-Revision: 15107

utils/lsof/Makefile

index 0a7eb0418ed2de908621f134e6c15ab6d168dd6a..d56f6bc4ea0fc519b7e691bb84891e44e0fd4057 100644 (file)
@@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=lsof
-PKG_VERSION:=4.77
-PKG_RELEASE:=2
+PKG_VERSION:=4.81
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).dfsg.1.orig.tar.gz
 PKG_SOURCE_URL:=http://ftp2.de.debian.org/debian/pool/main/l/lsof
-PKG_MD5SUM:=6751a1cbdefb751b7cb2e22e6e5bdacb
+PKG_MD5SUM:=138b628cb1b6a3b16b32b792f77abcce
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).dfsg.1.orig
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).dfsg.1
 
 include $(INCLUDE_DIR)/package.mk