From 445809348943d28b5b4350f4a397d286603daa78 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 2 Apr 2016 13:00:42 +0200 Subject: [PATCH] elfutils: update to 0.166. --- srcpkgs/elfutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elfutils/template b/srcpkgs/elfutils/template index f5f98b49a3d..36e00402474 100644 --- a/srcpkgs/elfutils/template +++ b/srcpkgs/elfutils/template @@ -1,6 +1,6 @@ # Template file for 'elfutils' pkgname=elfutils -version=0.164 +version=0.166 revision=1 build_style=gnu-configure configure_args="--program-prefix=eu-" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-3" homepage="https://fedorahosted.org/elfutils/" distfiles="https://fedorahosted.org/releases/e/l/${pkgname}/${version}/${pkgname}-${version}.tar.bz2" -checksum=9683c025928a12d06b7fe812928aa6235249e22d197d086f7084606a48165900 +checksum=3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30 # Suppress certain warnings to not fail for -Werror CFLAGS="-Wno-unused-result -Wno-format-nonliteral"