diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-02-01 16:30:35 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-02-02 16:23:01 +0200 |
commit | 63503163a5f7464442ed7f04df4d5c733b0f48d0 (patch) | |
tree | 6e3ed501c534ec038b388bf58e1cf9c5bdde5078 | |
parent | f9b62982aaa0221a03ec9b754b6d2b35cfe461a9 (diff) |
stress-ng: bump to version 0.12.02
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r-- | utils/stress-ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 93bf44303..573dd1482 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.12.01 -PKG_RELEASE:=2 +PKG_VERSION:=0.12.02 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng -PKG_HASH:=d354bbbb1500cfe043c761014dc9c3f62779747fafea8a19af94402327f6d3fc +PKG_HASH:=f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=GPL-2.0-only |