schedule: update to 8.0.1.
This commit is contained in:
parent
2d34da6564
commit
08a14d4b1b
1 changed files with 3 additions and 5 deletions
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'schedule'
|
||||
pkgname=schedule
|
||||
version=8.0
|
||||
version=8.0.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="Framework to schedule jobs in a multiuser multitasking environment"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
# XXX: Get upstream to pick a license
|
||||
# tracking: https://github.com/vaeth/schedule/issues/1
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/vaeth/schedule/"
|
||||
distfiles="https://github.com/vaeth/schedule/archive/v${version}.tar.gz"
|
||||
checksum=04aa60c4e8aeae2c6c4c435d1bbbb16050937994a145bea7bb49353023c66133
|
||||
checksum=53401c2fd3add5a2495d02a8ef3dc2fbc9d61c164ec4777ba2ff51a67f2274d0
|
||||
|
||||
do_install() {
|
||||
for bin in bin/*; do
|
||||
|
|
Loading…
Reference in a new issue