[packages] netperf: update to v2.4.5
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 14:31:58 +0000 (14:31 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 14:31:58 +0000 (14:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17883 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/netperf/Makefile

index bc95212..09f0633 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:=netperf
-PKG_VERSION:=2.4.3
-PKG_RELEASE:=2
+PKG_VERSION:=2.4.5
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=ftp://ftp.netperf.org/netperf/
-PKG_MD5SUM:=8b1f48500443b18b825ae2763a51eced
+PKG_MD5SUM:=5cfaae1d024551161b8eafbd48faedf4
 
 include $(INCLUDE_DIR)/package.mk