scron: update to 0.4.
This commit is contained in:
parent
44c06c8bc0
commit
7d1aa05ddb
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'scron'
|
||||
pkgname=scron
|
||||
version=0.3.2
|
||||
revision=4
|
||||
version=0.4
|
||||
revision=0
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple cron daemon"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://git.2f30.org/scron/"
|
||||
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=10ffdbd3625204a6f73a096125bfdbbda849a394028f25befdf2ac65ed22d111
|
||||
checksum=4ae8225a3991e42e29791d981192c9daf5b9b02609f68775768fe1598ae2ce18
|
||||
replaces="cron-daemon>=0"
|
||||
provides="cron-daemon-0_1"
|
||||
conf_files="/etc/crontab"
|
||||
|
@ -27,4 +27,5 @@ do_install() {
|
|||
vsv scron
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
vman scron.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue