mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/sudo: upgrade to 1.7.2_p2
This commit is contained in:
parent
9b05ded694
commit
562d6bd3bb
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sudo
|
||||
pkgver=1.7.2_p1
|
||||
_realver=1.7.2p1
|
||||
pkgver=1.7.2_p2
|
||||
_realver=1.7.2p2
|
||||
pkgrel=0
|
||||
pkgdesc="Give certain users the ability to run some commands as root"
|
||||
url="http://www.sudo.ws/sudo/"
|
||||
@ -20,7 +20,11 @@ build() {
|
||||
--without-offensive-insults \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$_realver"
|
||||
make -j1 DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="4449d466a774f5ce401c9c0e3866c026 sudo-1.7.2p1.tar.gz"
|
||||
md5sums="2a19cf1ab4afc94fe19d0d0899d4cd45 sudo-1.7.2p2.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user