cronie: update to 1.5.5.
This commit is contained in:
parent
ef74207f5b
commit
c54df105b3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.5.4
|
||||
version=1.5.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
|
@ -8,12 +8,12 @@ configure_args="--with-inotify --without-selinux --with-pam
|
|||
makedepends="pam-devel"
|
||||
depends="run-parts"
|
||||
short_desc="Runs specified programs at scheduled times"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/cronie-crond/cronie"
|
||||
changelog="https://raw.githubusercontent.com/cronie-crond/cronie/master/NEWS"
|
||||
distfiles="${homepage}/releases/download/cronie-${version}-final/cronie-${version}.tar.gz"
|
||||
checksum=af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882
|
||||
distfiles="${homepage}/releases/download/cronie-${version}/cronie-${version}.tar.gz"
|
||||
checksum=be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac
|
||||
make_dirs="
|
||||
/etc/cron.d 0755 root root
|
||||
/etc/cron.hourly 0755 root root
|
||||
|
|
Loading…
Reference in New Issue