Skip to content

Commit 7974485

Browse files
author
vins
committed
sysutils/fastfetch: update to 2.44.0
# changes ## 2.44.0 Features: * Add option `--disk-hide-folders` and `--disk-hide-fs` to hide specific mountpoints and filesystems in Disk module (Disk) * `--disk-hide-folders` defaults to `/efi:/boot:/boot/efi` on Linux and *BSD. Previously these EFI-related folders were hardcoded to be hidden on Linux. Bugfixes: * Fix Apple Terminal compatibility with `--stat` (macOS, #1755) * Ignore `/usr/bin/script` when detecting shell and terminal (Terminal / Shell, #1761) * Fix compatibility with KDE Plasma 6.4 which is in beta currently (Display, Linux, #1765) Logos: * Add Kylin (#1760) * Add UBLinux (#1764) ## 2.43.0 Features: * Support physical core count and package count detection on Solaris (CPU, SunOS) * Improve physical core count detection on FreeBSD (CPU, FreeBSD) * Add option to hide unknown GPUs (GPU) * Detect VRAM type of AMD GPUs on Linux (GPU, Linux) * Support playing media detection on macOS 15.4 (#1737, Media, macOS) * Whether it works on newer versions is unknown * Detect player name for Windows UMP apps (Media, Windows) Bugfixes: * Fix disk usage detection on 32-bit Linux (#1734, Disk, Linux) * Fix compiling on Asahi Linux (GPU, Linux) * Fix duplicated playback status (Media, Linux) * Don't show 255 in custom format when muted on macOS (#1750, Sound, macOS) * Remove shared memory detection for AMD GPUs, which doesn't work as expected (GPU, Windows) Logos: * new AthenaOS * add Hydra Framework
1 parent b4420ed commit 7974485

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.29 2025/05/11 07:37:47 vins Exp $
1+
# $NetBSD: Makefile,v 1.30 2025/05/23 17:36:17 vins Exp $
22

3-
DISTNAME= fastfetch-2.42.0
4-
PKGREVISION= 1
3+
DISTNAME= fastfetch-2.44.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,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.18 2025/05/01 07:41:55 vins Exp $
1+
$NetBSD: distinfo,v 1.19 2025/05/23 17:36:17 vins Exp $
22

3-
BLAKE2s (fastfetch-2.42.0.tar.gz) = 1643e14779ae445d75e9ebcd0d389bb7401ef79c8ca7c10d8750c6fb8b1efe30
4-
SHA512 (fastfetch-2.42.0.tar.gz) = 4c1be3643d4e1d84c046ceb753f50eae32235bc04a07b7c89f0217189f42b010254f581f315dab6eb9f9eb424ceb5d9370a9e3fb811baa5100779531b90a2960
5-
Size (fastfetch-2.42.0.tar.gz) = 1282221 bytes
3+
BLAKE2s (fastfetch-2.44.0.tar.gz) = 1722d20882f8a8d8171f260dd493e72b8fc21ed6bd4f45a33f4eb72344b97d95
4+
SHA512 (fastfetch-2.44.0.tar.gz) = af34d097e9c7c0db9247d2416d359847090fb1547518fc234c02ac93696e82c6ab54a4ce04b3621176de175cbfee1f909b02135b036456d52c4053bf3afdc894
5+
Size (fastfetch-2.44.0.tar.gz) = 1304382 bytes
66
SHA1 (patch-src_detection_packages_packages__apple.c) = 3678300a59d8ef989d1848b3685485db3c638038

0 commit comments

Comments
 (0)