Clight: update to 4.9.
This commit is contained in:
parent
4ca8dbcfdd
commit
5fe3ab43e0
|
@ -1,10 +1,10 @@
|
|||
--- a/src/utils/log.c
|
||||
+++ b/src/utils/log.c
|
||||
@@ -1,5 +1,7 @@
|
||||
+#include <sys/types.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/types.h>
|
||||
+#include <fcntl.h>
|
||||
#include "commons.h"
|
||||
#include "utils.h"
|
||||
|
||||
static FILE *log_file;
|
||||
static void log_bl_smooth(bl_smooth_t *smooth, const char *prefix);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'Clight'
|
||||
pkgname=Clight
|
||||
version=4.8
|
||||
version=4.9
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,8 +12,8 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/FedeDP/Clight"
|
||||
changelog="https://github.com/FedeDP/Clight/releases"
|
||||
distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
|
||||
checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36
|
||||
distfiles="https://github.com/FedeDP/Clight/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=638696ee22a3a3340659db37d4e3c6fc2763eee9c8c2f7f227190ad9db7742db
|
||||
|
||||
post_install() {
|
||||
vcompletion Extra/completions/_clight zsh
|
||||
|
|
Loading…
Reference in New Issue