schedule: update to 6.0.2.
This commit is contained in:
parent
91de48c3c7
commit
b17a21cdc2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'schedule'
|
||||
pkgname=schedule
|
||||
version=6.0.1
|
||||
version=6.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="perl"
|
||||
|
@ -9,8 +9,8 @@ short_desc="framework to schedule jobs in a multiuser multitasking environment"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/vaeth/schedule/"
|
||||
distfiles="https://github.com/vaeth/schedule/archive/v6.0.1.tar.gz"
|
||||
checksum=639ccf1a559e3f79e7a5a83b9d7e00db9d71500815e3a580de94e92927c9b7e6
|
||||
distfiles="https://github.com/vaeth/schedule/archive/v${version}.tar.gz"
|
||||
checksum=2ea26c24688ace0595f9203f314ddeae7ad21f188e40d72b7707ade3385f5a9e
|
||||
|
||||
do_install() {
|
||||
for bin in bin/*; do
|
||||
|
|
Loading…
Reference in New Issue