summaryrefslogtreecommitdiffstats
path: root/tools/dwarves
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-03 19:12:57 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-06 11:24:18 +0200
commitbab3ae2ee7656600a185f4cef11cef94389023af (patch)
tree94e672cee79744ac76b2f29701e18081842ae47f /tools/dwarves
parent4c7591c426f562c0705e4e0966356345d0b6cbb7 (diff)
downloadopenwrt-bab3ae2ee7656600a185f4cef11cef94389023af.tar.gz
openwrt-bab3ae2ee7656600a185f4cef11cef94389023af.tar.bz2
openwrt-bab3ae2ee7656600a185f4cef11cef94389023af.zip
tools: prefer gz or bz2 tarballs
In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko <robimarko@gmail.com> dwarves
Diffstat (limited to 'tools/dwarves')
-rw-r--r--tools/dwarves/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile
index f48516fcdf..8d72536b42 100644
--- a/tools/dwarves/Makefile
+++ b/tools/dwarves/Makefile
@@ -6,9 +6,9 @@ PKG_NAME:=dwarves
PKG_VERSION:=1.26
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/
-PKG_HASH:=ad4c08339850e404609e2808012580b7e98366d2b91054bb93fe6dca94651fb4
+PKG_HASH:=1d8c9a1c2d42e06cc121a70a39c4f621fd28f15c476ed1b7c7b226f41fdd32df
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING