diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-12 19:09:14 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-12 19:09:14 -0700 |
commit | f2181c2764be28a873b8cb51170c1c0fff7ec6eb (patch) | |
tree | c89b94470eaf1aca48b58683516616c7d206ba63 /utils/stress | |
parent | 9c1670ed61675aa5181121af280c3715502ae16c (diff) |
stress: use fossies mirror
The original website went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/stress')
-rw-r--r-- | utils/stress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/stress/Makefile b/utils/stress/Makefile index 51fd7d169..b7712e4db 100644 --- a/utils/stress/Makefile +++ b/utils/stress/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://people.seas.harvard.edu/~apw/stress/ +PKG_SOURCE_URL:=https://fossies.org/linux/privat PKG_HASH:=369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0 PKG_LICENSE:=GPL-2.0 @@ -26,7 +26,7 @@ define Package/stress SECTION:=utils CATEGORY:=Utilities TITLE:=stress is a simple stress utility - URL:=http://people.seas.harvard.edu/~apw/stress/ + URL:= MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> endef |