sudo: update to 1.8.19p2
This commit is contained in:
parent
3a72d37062
commit
33038aafe1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'sudo'.
|
||||
pkgname=sudo
|
||||
version=1.8.19p1
|
||||
version=1.8.19p2
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -13,10 +13,10 @@ makedepends="zlib-devel pam-devel"
|
|||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||
short_desc="Allow others to run commands as root"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gratisoft.us/sudo/"
|
||||
homepage="https://www.sudo.ws/"
|
||||
license="ISC, BSD, zlib"
|
||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||
checksum=b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92
|
||||
distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
|
||||
checksum=237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0
|
||||
|
||||
pre_install() {
|
||||
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;
|
||||
|
|
Loading…
Reference in a new issue