stress-ng: bump to version 0.13.05
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 27 Oct 2021 08:12:37 +0000 (11:12 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 27 Oct 2021 17:55:22 +0000 (20:55 +0300)
And switch to Github URLs.
The old one isn't working anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
utils/stress-ng/Makefile

index 92f1f484914a037d89f1fb352fb0084a1a1fd501..4cc799365c19e8efd10d2da05750f9efb87097ed 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=stress-ng
-PKG_VERSION:=0.13.03
+PKG_VERSION:=0.13.05
 PKG_RELEASE:=$(AUTORELEASE)
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://kernel.ubuntu.com/~cking/tarballs/stress-ng
-PKG_HASH:=3e60d605e378d86a8591a30d6e557bed709d82a5b19616378002cd8ff0037a8b
+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_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-only
@@ -26,7 +26,7 @@ define Package/stress-ng
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=stress-ng is a stress test utility
-  URL:=https://kernel.ubuntu.com/~cking/stress-ng/
+  URL:=https://github.com/ColinIanKing/stress-ng
   DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod
 endef