uptimed: update to 0.4.1.
This commit is contained in:
parent
ca260f6b4b
commit
9b00ae8b7a
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'uptimed'
|
||||
pkgname=uptimed
|
||||
version=0.4.0
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
conf_files="/etc/uptimed.conf"
|
||||
make_dirs="/var/spool/uptimed 0755 root root"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Daemon that records system uptimes"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/rpodgorny/uptimed"
|
||||
changelog="https://raw.githubusercontent.com/rpodgorny/uptimed/master/ChangeLog"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=26891965bb499065e34072cecd3eb8087102b1c05f530c8fe8504a07c722f9bf
|
||||
checksum=01b16519bbdd3b99c97a09e910b74e4dceb5eea74e3ab20b6c90c76c8cb55905
|
||||
conf_files="/etc/uptimed.conf"
|
||||
make_dirs="/var/spool/uptimed 0755 root root"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue