mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'cronutils'
|
||||||
pkgname=cronutils
|
pkgname=cronutils
|
||||||
version=1.9
|
version=1.10
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/cronutils"
|
homepage="https://github.com/google/cronutils"
|
||||||
distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.gz"
|
changelog="https://github.com/google/cronutils/releases"
|
||||||
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238
|
distfiles="https://github.com/google/cronutils/archive/refs/tags/version/${version}.tar.gz"
|
||||||
|
checksum=56638170e5a41c71e9992bc0c01b69333dd4af72ea9f8f79d8b863f771b93628
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vbin runcron
|
vbin runcron
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site=https://github.com/google/cronutils/releases
|
pattern="/archive/refs/tags/version/\K[\d.]+(?=\.tar\.gz)"
|
||||||
pkgname=version/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue