mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
scron: update to 0.4.
This commit is contained in:
parent
44c06c8bc0
commit
7d1aa05ddb
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'scron'
|
# Template file for 'scron'
|
||||||
pkgname=scron
|
pkgname=scron
|
||||||
version=0.3.2
|
version=0.4
|
||||||
revision=4
|
revision=0
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Simple cron daemon"
|
short_desc="Simple cron daemon"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://git.2f30.org/scron/"
|
homepage="http://git.2f30.org/scron/"
|
||||||
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=10ffdbd3625204a6f73a096125bfdbbda849a394028f25befdf2ac65ed22d111
|
checksum=4ae8225a3991e42e29791d981192c9daf5b9b02609f68775768fe1598ae2ce18
|
||||||
replaces="cron-daemon>=0"
|
replaces="cron-daemon>=0"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
conf_files="/etc/crontab"
|
conf_files="/etc/crontab"
|
||||||
|
@ -27,4 +27,5 @@ do_install() {
|
||||||
vsv scron
|
vsv scron
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README
|
vdoc README
|
||||||
|
vman scron.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue