From e8005eb71d25a567612e5b15a50a71c3339b992b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 18 Mar 2016 19:13:41 +0100 Subject: [PATCH] sudo: update to 1.8.16. --- srcpkgs/sudo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 0611dcb53eb..0e94f7254cd 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template build file for 'sudo'. pkgname=sudo -version=1.8.15 +version=1.8.16 revision=1 lib32disabled=yes build_style=gnu-configure @@ -16,7 +16,7 @@ maintainer="Juan RP " homepage="http://www.gratisoft.us/sudo/" license="ISC, BSD, zlib" distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz" -checksum=4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308 +checksum=2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;