[package] update stress to 1.0.1 (#5813)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 20 Sep 2009 12:14:28 +0000 (12:14 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 20 Sep 2009 12:14:28 +0000 (12:14 +0000)
SVN-Revision: 17632

utils/stress/Makefile

index dd06b5e48ff638b903bfd937bef0ee1b53b8c598..d7d6438644670722d365a9e2cd02aa45fbd184b9 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=stress
-PKG_VERSION:=1.0.0
+PKG_VERSION:=1.0.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://weather.ou.edu/~apw/projects/stress/
-PKG_MD5SUM:=d693ff044ac7d34f8aaea202cd96f679
+PKG_MD5SUM:=9e8a4a4f687567f40de5bb34c86e1bfe
 
 include $(INCLUDE_DIR)/package.mk