run-parts: update to 4.8.6.
Closes #14470. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
cbc564b681
commit
487041e64f
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'run-parts'
|
||||
pkgname=run-parts
|
||||
version=4.8.4
|
||||
version=4.8.6
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
wrksrc="debianutils-${version}"
|
||||
build_style=gnu-configure
|
||||
make_build_target="run-parts"
|
||||
wrksrc="debianutils"
|
||||
short_desc="Run scripts or programs in a directory"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://tracker.debian.org/pkg/debianutils"
|
||||
license="GPL-2"
|
||||
#changelog="http://metadata.ftp-master.debian.org/changelogs/main/d/debianutils/debianutils_${version}_changelog"
|
||||
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.xz"
|
||||
checksum=c061ab99aea61f892043b7624b021ab5b193e9c6bbfd474da0fbcdd506be1eb2
|
||||
checksum=db09047144dadf6a35d0f28977fbef83b0dd60ca32e6c8512cce2444a6423f73
|
||||
|
||||
do_install() {
|
||||
vbin run-parts
|
||||
|
|
Loading…
Reference in a new issue