From 96053406d8e4c49dfb28597cd4201c1d4bcb9fc4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Jul 2015 09:18:05 +0200 Subject: [PATCH] sudo: update to 1.8.14p2. --- srcpkgs/sudo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index ebaf7249db..2663dd3876 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template build file for 'sudo'. pkgname=sudo -version=1.8.14p1 +version=1.8.14p2 revision=1 build_pie=yes lib32disabled=yes @@ -17,7 +17,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=b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0 +checksum=b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21 pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;