Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/metalog/files/metalog/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec metalog ${OPTS} >/dev/null
4 changes: 2 additions & 2 deletions srcpkgs/metalog/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'metalog'
pkgname=metalog
version=20260105
version=20260811
revision=1
build_style=gnu-configure
conf_files="/etc/metalog.conf"
Expand All @@ -12,7 +12,7 @@ license="GPL-2.0-only"
homepage="https://github.com/hvisage/metalog"
changelog="https://github.com/hvisage/metalog/blob/master/NEWS"
distfiles="https://github.com/hvisage/metalog/archive/${version}.tar.gz"
checksum=58ee4f423d51eccdd4b404c7c6e3b62b334d7be6e1a052bca1b0efb2501f69cc
checksum=6d6f38617927896139f54819cdda4a9f8fe56f5de80fd9b59adefb3478a23729

pre_configure() {
./autogen.sh
Expand Down