[openwrt/openwrt] tools/dwarves: update to 1.24

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 22 13:54:16 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7179b06898b0c89c7f47385b6b64b40ef53bed04

commit 7179b06898b0c89c7f47385b6b64b40ef53bed04
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Oct 21 23:24:29 2022 +0200

    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 <vincent at systemli.org>
---
 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
 




More information about the lede-commits mailing list