aboutsummaryrefslogtreecommitdiff
path: root/utils/stress-ng/Makefile
diff options
context:
space:
mode:
authorGuilherme Janczak <guilherme.janczak@yandex.com>2022-07-25 07:30:34 +0000
committerGuilherme Janczak <guilherme.janczak@yandex.com>2022-08-12 14:31:57 +0000
commit9a8543701657b42b65b20c449bf1139f00d97354 (patch)
tree5947de7c761d11c1a1454753f79ff5c0113a81e1 /utils/stress-ng/Makefile
parentf84772d34e64cbd21f855141878e0fa074067527 (diff)
stress-ng: update to 0.14.03
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'utils/stress-ng/Makefile')
-rw-r--r--utils/stress-ng/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile
index 2ae580036..bfee2ee37 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.05
+PKG_VERSION:=0.14.03
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ColinIanKing/stress-ng/tar.gz/refs/tags/V$(PKG_VERSION)?
-PKG_HASH:=3de49e1100866634f549e99c1644283d0cde817b844a69dcf7f80afa2227d350
+PKG_HASH:=95012c62883ab5826e6157557a075df98cce3cbce2a48bb40851bcc968a8441a
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=GPL-2.0-only
@@ -27,7 +27,7 @@ define Package/stress-ng
CATEGORY:=Utilities
TITLE:=stress-ng is a stress test utility
URL:=https://github.com/ColinIanKing/stress-ng
- DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod
+ DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod +libatomic
endef
define Package/stress-ng/description