mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cronutils: update to 1.10.
Fix update reporting.
This commit is contained in:
parent
8303f9da85
commit
0b23cccd52
2 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'cronutils'
|
||||
pkgname=cronutils
|
||||
version=1.9
|
||||
revision=3
|
||||
version=1.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/cronutils"
|
||||
distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.gz"
|
||||
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238
|
||||
changelog="https://github.com/google/cronutils/releases"
|
||||
distfiles="https://github.com/google/cronutils/archive/refs/tags/version/${version}.tar.gz"
|
||||
checksum=56638170e5a41c71e9992bc0c01b69333dd4af72ea9f8f79d8b863f771b93628
|
||||
|
||||
post_install() {
|
||||
vbin runcron
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
site=https://github.com/google/cronutils/releases
|
||||
pkgname=version/
|
||||
pattern="/archive/refs/tags/version/\K[\d.]+(?=\.tar\.gz)"
|
||||
|
|
Loading…
Add table
Reference in a new issue