diff options
author | Nick Hainke <vincent@systemli.org> | 2022-11-02 16:14:22 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-11-05 14:07:46 +0000 |
commit | e0e7e349fa93c8f147e32395d2d20936badf3d5a (patch) | |
tree | 1a88052cbcc4a3210f5d11069009e5c3087e4974 /tools/elfutils | |
parent | 6dd14bab3f93af5fd5f206fdd2fcc12ebe6f0449 (diff) | |
download | upstream-e0e7e349fa93c8f147e32395d2d20936badf3d5a.tar.gz upstream-e0e7e349fa93c8f147e32395d2d20936badf3d5a.tar.bz2 upstream-e0e7e349fa93c8f147e32395d2d20936badf3d5a.zip |
tools/elfutils: update to 1.88
Release Notes:
https://sourceware.org/pipermail/elfutils-devel/2022q4/005561.html
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/elfutils')
-rw-r--r-- | tools/elfutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile index 37e0d545f8..4461e45b68 100644 --- a/tools/elfutils/Makefile +++ b/tools/elfutils/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=elfutils -PKG_VERSION:=0.187 +PKG_VERSION:=0.188 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) -PKG_HASH:=e70b0dfbe610f90c4d1fe0d71af142a4e25c3c4ef9ebab8d2d72b65159d454c8 +PKG_HASH:=fb8b0e8d0802005b9a309c60c1d8de32dd2951b56f0c3a3cb56d21ce01595dff PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING COPYING-GPLV2 COPYING-LGPLV3 |