diff --git a/utils/stress/Makefile b/utils/stress/Makefile index dd06b5e48..d7d643864 100644 --- a/utils/stress/Makefile +++ b/utils/stress/Makefile @@ -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