Browse Source

Merge pull request #13102 from neheb/str

stress: use fossies mirror
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
016fe60cd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/stress/Makefile

+ 2
- 2
utils/stress/Makefile View File

@ -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


Loading…
Cancel
Save