From 9bc9ca56f413da8020bcba3cc2fa3d09e5b0ab0d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 18 Mar 2018 17:04:02 -0300 Subject: [PATCH] libaio: update to 0.3.111. --- srcpkgs/libaio/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libaio/template b/srcpkgs/libaio/template index 8c5f9ef3c4d..130da86e90a 100644 --- a/srcpkgs/libaio/template +++ b/srcpkgs/libaio/template @@ -1,13 +1,13 @@ # Template file for 'libaio' pkgname=libaio -version=0.3.110 -revision=3 +version=0.3.111 +revision=1 short_desc="The Linux-native asynchronous I/O facility (aio) library" maintainer="Juan RP " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://lse.sourceforge.net/io/aio.html" distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.gz" -checksum=e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e +checksum=62cf871ad8fd09eb3418f00aca7a7d449299b8e1de31c65f28bf6a2ef1fa502a do_build() { CFLAGS="${CFLAGS/-fstack-protector-strong/} -fno-stack-protector"