sudo: update to 1.8.16.

This commit is contained in:
Michael Gehring 2016-03-18 19:13:41 +01:00
parent fe462ebdaf
commit e8005eb71d

View file

@ -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 <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=4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308
checksum=2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d
pre_install() {
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;