sudo: update to 1.8.17.

This commit is contained in:
Juan RP 2016-06-21 07:24:01 +02:00
parent 95e14dfb7e
commit 0add85a77d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'sudo'.
pkgname=sudo
version=1.8.16
version=1.8.17
revision=1
lib32disabled=yes
build_style=gnu-configure
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gratisoft.us/sudo/"
license="ISC, BSD, zlib"
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
checksum=2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d
checksum=62b12c4fa9a3ad4f20f6e7576bc6405b2ec8d76222ea44a1c94830c68cccec8c
pre_install() {
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;