From 7179b06898b0c89c7f47385b6b64b40ef53bed04 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Fri, 21 Oct 2022 23:24:29 +0200 Subject: [PATCH] tools/dwarves: update to 1.24 Release Notes: https://lwn.net/Articles/905738/ Switch to https "fedorapeople.org"-mirror. Use $(AUTORELEASE). Signed-off-by: Nick Hainke --- tools/dwarves/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile index 41f0532701..d9a121aab1 100644 --- a/tools/dwarves/Makefile +++ b/tools/dwarves/Makefile @@ -3,11 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dwarves +PKG_VERSION:=1.24 +PKG_RELEASE:=$(AUTORELEASE) + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/ +PKG_HASH:=576bc112b95937dfbcd347c423696ee9e1992a338fdca1acacca736fd95f69c2 -PKG_SOURCE_VERSION:=v1.23 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/devel/pahole/pahole.git -PKG_MIRROR_HASH:=6ab1bb1dbdf6c73ffcf485d909229dc1da1a3d24efd213e92c56489b58d6a4bd PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING