summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke2025-11-20 20:39:33 +0000
committerNick Hainke2025-11-22 22:09:51 +0000
commit1cd3a094859b2013aef16bfd61e785b286c68433 (patch)
treed95ea6872969238fee84070e6da58311a47bbd18
parent582d8f0ed71e7722a301001bdae6821285650557 (diff)
downloadopenwrt-1cd3a094859b2013aef16bfd61e785b286c68433.tar.gz
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@systemli.org>
-rw-r--r--tools/dwarves/Makefile6
1 files 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@yahoo.com>
PKG_LICENSE:=GPL-2.0-only