diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
commit | 7ba6500d2cf7893d83047a70797fab83a9a9b434 (patch) | |
tree | 75f90cf029f20f7df0a0c63ce980e9ca554eda46 /package/libs/elfutils/Makefile | |
parent | 9e2ec0a55c0918e93625086670f7f51c4d635579 (diff) | |
download | upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.gz upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.bz2 upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.zip |
elfutils: bump to 0.162
Besides source.tgz, 001-elfutils-portability.patch (provided by upstream
project) where updated.
Other patches where updated to fix hulk warnings and minor conflicts.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 45984
Diffstat (limited to 'package/libs/elfutils/Makefile')
-rw-r--r-- | package/libs/elfutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index d3e1552c6a..d13e15d938 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs/elfutils/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=elfutils -PKG_VERSION:=0.161 +PKG_VERSION:=0.162 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://fedorahosted.org/releases/e/l/$(PKG_NAME)/$(PKG_VERSION) -PKG_MD5SUM:=e1b9847c9a6a1ad340de8d47a863ec52 +PKG_MD5SUM:=9334cbcc0df7669b7bf07cf7fc3ad52c PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING COPYING-GPLV2 COPYING-LGPLV3 |