[openwrt/openwrt] tools/dwarves: update to 1.31
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 22 14:10:35 PST 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1cd3a094859b2013aef16bfd61e785b286c68433
commit 1cd3a094859b2013aef16bfd61e785b286c68433
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Nov 20 21:39:33 2025 +0100
tools/dwarves: update to 1.31
Upstream switched to tar.xz.
Release Notes:
- https://github.com/acmel/dwarves/releases/tag/v1.30
- https://github.com/acmel/dwarves/releases/tag/v1.31
Link: https://github.com/openwrt/openwrt/pull/20845
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/dwarves/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile
index 56259b260e..b6c08e96c9 100644
--- a/tools/dwarves/Makefile
+++ b/tools/dwarves/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dwarves
-PKG_VERSION:=1.29
+PKG_VERSION:=1.31
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/
-PKG_HASH:=59c597d4e953c714d6f3ff36aeed2ac30cba85c1d7b94d0c87ca91d611d98a56
+PKG_HASH:=0a7f255ccacf8cc7f8cd119099eb327179b4b3c67cb015af646af6d0cb03054d
PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>
PKG_LICENSE:=GPL-2.0-only
More information about the lede-commits
mailing list