From 9b23bc0f8937d8066878f129dd7a9aed726a1d78 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 31 Oct 2014 12:15:54 +0100 Subject: [PATCH] sudo: update to 1.8.11p2. --- srcpkgs/sudo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index c247545ef62..760989a83b3 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template build file for 'sudo'. pkgname=sudo -version=1.8.11p1 +version=1.8.11p2 revision=1 lib32disabled=yes build_style=gnu-configure @@ -15,7 +15,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=44c275772595a119185336164bb76b6e08f23d38aa0fe0d6bab48812e75d6a43 +checksum=8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;