From 5a33408ba78cb3c7bb0c91b127c855353008c3e0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 23 Sep 2018 17:20:14 -0300 Subject: [PATCH] libdill: update to 2.11. --- srcpkgs/libdill/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index d72b5287f3d..f6c187353e9 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=2.10 +version=2.11 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,7 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood " license="MIT" homepage="http://libdill.org/" distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz" -checksum=a332e412b2b2b0b5e656439e299727e91da1753b9e9a08be2176338e624251d9 +checksum=72529ebb9dd69883d627614e207e2a34971d1162ff86fc8fb03ac8b5208cb4a1 pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"