[package] update stress to 1.0.1 (#5813)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Sep 2009 12:14:28 +0000 (12:14 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Sep 2009 12:14:28 +0000 (12:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17632 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/stress/Makefile

index dd06b5e..d7d6438 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