diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-09-28 11:37:16 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-30 14:28:26 -0700 |
commit | 71fc63342f1c8f10eb088cdc77fe4db6cab0caa6 (patch) | |
tree | b1db7a71988ff78d9a35261e9a960df0b2061464 /utils/stress-ng | |
parent | 1edf781c1e0da778ba8ce4a07abca85a5c876a4a (diff) |
stress-ng: bump to 0.13.03
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'utils/stress-ng')
-rw-r--r-- | utils/stress-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 32bd02a0d..92f1f4849 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stress-ng -PKG_VERSION:=0.13.01 +PKG_VERSION:=0.13.03 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng -PKG_HASH:=f37f739e4d15343360a47980b67dc8b2a6bf3d4d3ef727d55e2dd99a0b64f9ea +PKG_HASH:=3e60d605e378d86a8591a30d6e557bed709d82a5b19616378002cd8ff0037a8b PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=GPL-2.0-only |