sudo: tarball changed; adjust checksum and revbump.
This commit is contained in:
parent
5bffbb42f3
commit
807d1baa3b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.4p1
|
version=1.8.4p1
|
||||||
|
revision=1
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
|
@ -10,7 +11,7 @@ short_desc="Allow others to run commands as root"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gratisoft.us/sudo/"
|
homepage="http://www.gratisoft.us/sudo/"
|
||||||
license="ISC, BSD, zlib"
|
license="ISC, BSD, zlib"
|
||||||
checksum=48214b55b40fd1fa9501e69f82fc8754911943ca2652d955e66e2b992d39d027
|
checksum=ca86aa2e08966f49372de2f5f29fb9e546b34b382f38fc71bf30ea48ab5da808
|
||||||
long_desc="
|
long_desc="
|
||||||
Sudo is a program designed to allow a sysadmin to give limited root
|
Sudo is a program designed to allow a sysadmin to give limited root
|
||||||
privileges to users and log root activity. The basic philosophy is to
|
privileges to users and log root activity. The basic philosophy is to
|
||||||
|
|
Loading…
Reference in a new issue