From 8c261dc3d2b2fcc80cb020c27bbd66817cd62cfd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 16 Sep 2018 13:44:34 -0300 Subject: [PATCH] libdill: update to 2.10. --- srcpkgs/libdill/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index 98d25c4937d..d72b5287f3d 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=2.9 +version=2.10 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=8b6b679a1c0e3071a488905c51c21ea9fda7567f8744c33576074124d306202e +checksum=a332e412b2b2b0b5e656439e299727e91da1753b9e9a08be2176338e624251d9 pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"