sudo: update to 1.8.18.

This commit is contained in:
Juan RP 2016-09-21 06:47:28 +02:00
parent b163a5b3d8
commit a0448cfdd2
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.17p1
version=1.8.18
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=c690d707fb561b3ecdf6a6de5563bc0b769388eff201c851edbace408bb155cc
checksum=8519e99e97fa51ac50fca2030e76f9aa5195f543ae2d15107753f4e4c4e3be13
pre_install() {
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;