From d7bb1262826dba8199d88e70d25666b64a042649 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 18 Oct 2018 23:52:06 -0300 Subject: [PATCH] libdill: update to 2.12. --- srcpkgs/libdill/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index f6c187353e9..6f528f97d74 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=2.11 +version=2.12 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=72529ebb9dd69883d627614e207e2a34971d1162ff86fc8fb03ac8b5208cb4a1 +checksum=ae5558c337a64eef36db707dad9475723cc7ea185fe1824bd6a53633ab7ab955 pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"