Skip to content

Commit 88712ca

Browse files
committed
ncdu: update to 2.8.2.
2.8.2 - 2025-05-01 - Still requires Zig 0.14 - Fix a build error on MacOS 2.8.1 - 2025-04-28 - Still requires Zig 0.14 - Fix integer overflow in binary export - Fix crash when `fstatat()` returns EINVAL - Minor build system improvements 2.8 - 2025-03-05 - Now requires Zig 0.14 - Add support for @-prefixed lines to ignore errors in config file - List all supported options in `--help` - Use `kB` instead of `KB` in `--si` mode
1 parent e307546 commit 88712ca

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sysutils/ncdu2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.8 2025/03/13 19:36:14 vins Exp $
1+
# $NetBSD: Makefile,v 1.9 2025/06/12 07:20:24 wiz Exp $
22

3-
DISTNAME= ncdu-2.7
3+
DISTNAME= ncdu-2.8.2
44
CATEGORIES= sysutils
55
MASTER_SITES= https://dev.yorhel.nl/download/
66

sysutils/ncdu2/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2025/03/13 19:36:14 vins Exp $
1+
$NetBSD: distinfo,v 1.4 2025/06/12 07:20:24 wiz Exp $
22

3-
BLAKE2s (ncdu-2.7.tar.gz) = e5bfb259ed84639ef70be29a30250840a715acd318487e1f892d5f900818e50a
4-
SHA512 (ncdu-2.7.tar.gz) = 58d29583f09f6707b2a903fa37b0f263969b32a289e1f8f442044edb1a61351c7ac841dccebf92af227b35a9e6a90fa298a84dad607ad084f2a5883196935229
5-
Size (ncdu-2.7.tar.gz) = 71122 bytes
3+
BLAKE2s (ncdu-2.8.2.tar.gz) = 560baad7b14f78cc6412e969277e326df173d104cb6a653b35986a0916559c9e
4+
SHA512 (ncdu-2.8.2.tar.gz) = 8c1ac30825995c77e8edfee2306abea665988a41670806826ab1fd192b231e2ce1979b657bbd917fd054679eaa0437a31d62c1b7b155166132f656d9ae359fe7
5+
Size (ncdu-2.8.2.tar.gz) = 72200 bytes

0 commit comments

Comments
 (0)