From 9a1bb4baf55f8d43ddf6c370ed1c69a05b29dc75 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 9 Aug 2021 14:52:49 +0300 Subject: [PATCH] stress-ng: bump to version 0.13.00 And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean --- utils/stress-ng/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 646e74237..246c93f8c 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.10 -PKG_RELEASE:=1 +PKG_VERSION:=0.13.00 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng -PKG_HASH:=bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e +PKG_HASH:=1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only