atop: update to 2.7.0.
This commit is contained in:
parent
de8c87c191
commit
4eba714327
|
@ -9,13 +9,3 @@
|
|||
|
||||
#include "atop.h"
|
||||
#include "photoproc.h"
|
||||
--- a/photosyst.c 2021-10-11 10:19:03.436752176 -0400
|
||||
+++ b/photosyst.c 2021-10-11 10:19:17.451816812 -0400
|
||||
@@ -165,6 +165,7 @@
|
||||
#include <dirent.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/sysmacros.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#define SCALINGMAXCPU 8 // threshold for scaling info per CPU
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'atop'
|
||||
pkgname=atop
|
||||
version=2.6.0
|
||||
version=2.7.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_target="sysvinstall"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.atoptool.nl/"
|
||||
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
|
||||
checksum=9ec2ca3a571692f7efaa095f99a5106432bcb71cc22cd6c49597ef0481058f72
|
||||
checksum=a606705aaca940a6d44d67c886529a75db98fd88140f743eb0aaebb184c38af7
|
||||
|
||||
make_dirs="/var/log/atop 755 root root"
|
||||
|
||||
|
|
Loading…
Reference in New Issue