diff options
| author | Tony Ambardar | 2024-02-28 23:04:57 +0000 |
|---|---|---|
| committer | Tony Ambardar | 2024-02-28 23:12:30 +0000 |
| commit | 043da3fe5a9b9e0fee99997149713a4a79dc2cf9 (patch) | |
| tree | 8f84d82840c8dd313d5d42760ba71f5e538e0484 | |
| parent | c6319de48b193651a6103f8b079e80267bbc98a2 (diff) | |
| download | openwrt-043da3fe5a9b9e0fee99997149713a4a79dc2cf9.tar.gz | |
tools/dwarves: update to 1.26
Release Notes:
https://lore.kernel.org/dwarves/20240228193921.JWQp1Mc2M47ffhgIjnHKh8538u4uztVKuznlck9Pk9E@z/
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| -rw-r--r-- | tools/dwarves/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile index 0e84a1ba9f..f48516fcdf 100644 --- a/tools/dwarves/Makefile +++ b/tools/dwarves/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dwarves -PKG_VERSION:=1.25 +PKG_VERSION:=1.26 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/ -PKG_HASH:=e7d45955f6f4eca25a4c8c3bd6611059b35dc217e45976681d7db170fccdec4a +PKG_HASH:=ad4c08339850e404609e2808012580b7e98366d2b91054bb93fe6dca94651fb4 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING |