Skip to content

Commit f2ed13a

Browse files
author
vins
committed
sysutils/fastfetch: update to 2.37.0
Changes: Option --escape-bedrock is removed. The function is always enabled now. Features: Support for Haiku is greatly improved (Haiku) CPU, GPU, Disk, Sound, Terminal, Terminal Font, Init System, Battery, Mouse, Keyboard, NetIO, CPU Usage, Physical Disk and OpenGL should work on Haiku now SMBIOS related modules (Host, Bios, Board, Chassis, Physical Memory) should work in platforms with legacy BIOS system. Support for Gamepad and Bluetooth are WIP. Some bugs are found and fixed. Remove python-requests dependency in scripts/gen-*.py. Add cmake option -DENABLE_EMBEDDED_AMDGPUIDS=BOOL (disabled by default) If enabled, fastfetch will embed the newest amdgpu.ids file into fastfetch binary. Weather module now honors display.temp.unit option (#1560, Weather) Support Physical Memory module in NetBSD (PhysicalMemory, NetBSD) Requires root permission Improve non-intel CPU detection in NetBSD (#1573, CPU, NetBSD) Bugfixes: Fix building in macOS 10.13 (GPU, macOS) Properly round percent values when detecting volume (#1558, Sound) Fix Physical Memory module doesn't work in --format json mode Add some missing variable inits (GPU, Linux) Fix --localip-default-route-only false not working with --gen-config (#1570, LocalIP) Logo: Update Rosa linux Add Haiku2
1 parent 9de05a0 commit f2ed13a

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

sysutils/fastfetch/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.19 2025/02/18 10:33:22 wiz Exp $
1+
# $NetBSD: Makefile,v 1.20 2025/02/23 07:53:47 vins Exp $
22

3-
DISTNAME= fastfetch-2.36.1
4-
PKGREVISION= 5
3+
DISTNAME= fastfetch-2.37.0
54
CATEGORIES= sysutils
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=fastfetch-cli/}
76
GITHUB_TAG= ${PKGVERSION_NOREV}

sysutils/fastfetch/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.13 2025/02/14 13:26:54 vins Exp $
1+
$NetBSD: distinfo,v 1.14 2025/02/23 07:53:47 vins Exp $
22

3-
BLAKE2s (fastfetch-2.36.1.tar.gz) = 02d2a72f53a6cd0020971823e91b70780e3b20b783053d39c3a38958990e6829
4-
SHA512 (fastfetch-2.36.1.tar.gz) = 2906b8e6912185a3acdd2b615ff869fa8f44ce0e547ed5529068eb2570ef5c013ed84691e62d613e52f2433595aa4e67859cf89b4116588ba4cb7c7bb7d8bb01
5-
Size (fastfetch-2.36.1.tar.gz) = 1176932 bytes
3+
BLAKE2s (fastfetch-2.37.0.tar.gz) = abfb36bc608a4486b2dc0d07a81007888c1b849d82f5859048abca2175167738
4+
SHA512 (fastfetch-2.37.0.tar.gz) = a36540cc1a02b0549d717bd3ccd3738b66cf911c81ec3526caab2ee5ee6e9ceeda3b5da9e4e76c08c2223c9e780a5ab257d9a80eb794e6d33e95b0c68becb31d
5+
Size (fastfetch-2.37.0.tar.gz) = 1185408 bytes
66
SHA1 (patch-src_common_color.h) = a452dcb56469578f0e51c46b1f7af079303e7da1
77
SHA1 (patch-src_common_option.c) = e7563a636bda0aa909c2fd2ef852bbed3c952949
88
SHA1 (patch-src_detection_packages_packages__apple.c) = 3678300a59d8ef989d1848b3685485db3c638038

0 commit comments

Comments
 (0)