Skip to content

Commit 59b4507

Browse files
committed
sysutils/broot: update to 1.56.4
v1.56.4 - 2026-05-14 fix compilation on non unix platforms (1.56.3 isn't available on those systems) v1.56.3 - 2026-05-13 fix control characters sometimes remaining in the terminal after broot exit nushell: rename br module to avoid conflict in last nushell version - Fix #1138 - Thanks @paulhey :open_stay on the staging area opens every staged file through the system opener - Fix #444 - Thanks @ChrisJr404
1 parent a787796 commit 59b4507

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

sysutils/broot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.129 2026/03/27 11:17:04 pin Exp $
1+
# $NetBSD: Makefile,v 1.130 2026/05/14 20:29:34 pin Exp $
22

3-
DISTNAME= broot-1.56.2
3+
DISTNAME= broot-1.56.4
44
CATEGORIES= sysutils
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=Canop/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

sysutils/broot/cargo-depends.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: cargo-depends.mk,v 1.108 2026/03/27 11:17:04 pin Exp $
1+
# $NetBSD: cargo-depends.mk,v 1.109 2026/05/14 20:29:34 pin Exp $
22

33
CARGO_CRATE_DEPENDS+= adler2-2.0.1
44
CARGO_CRATE_DEPENDS+= ahash-0.8.12

sysutils/broot/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: distinfo,v 1.124 2026/03/27 11:17:04 pin Exp $
1+
$NetBSD: distinfo,v 1.125 2026/05/14 20:29:34 pin Exp $
22

33
BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
44
SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -99,9 +99,9 @@ Size (bitstream-io-2.6.0.crate) = 38256 bytes
9999
BLAKE2s (block2-0.5.1.crate) = f3e6a09a4c152a29eb9708eccc0fc7f0c1a2c021c1c6312958eb9799b0c60717
100100
SHA512 (block2-0.5.1.crate) = 084b15f06d005c9d4b78b20a85ed804ca10143e3bfc6b52c4c90f72b4b3455fd27bb02577a01f7c21e58a60d174c1b5d29b662da05b9e35688dcd266a988e045
101101
Size (block2-0.5.1.crate) = 24191 bytes
102-
BLAKE2s (broot-1.56.2.tar.gz) = 122dc72cc4ddf29fd066595f69d225c326661813b51cceded00e201d134bed93
103-
SHA512 (broot-1.56.2.tar.gz) = a37bb2350b7ada896040b8e93daad70ed1b41bdacde925147113fa32a5bbb46d8e242f35aa447cc9d2434cab5fa2241b31cf7fee1b55342cc741ba3c878b1d6b
104-
Size (broot-1.56.2.tar.gz) = 14601624 bytes
102+
BLAKE2s (broot-1.56.4.tar.gz) = 9414633cd39b8cf196435820f1fbb5b54bd0ba0b0b91c63b9d4ccc8f53b9db16
103+
SHA512 (broot-1.56.4.tar.gz) = 006ee6b78cf80d761dc0df1b93a7430c508c35cc213851ea9709a53c0a332852523422592501a45ce2e57407eb4dec71af7db3407afc64f2c7e77dff35a97c0b
104+
Size (broot-1.56.4.tar.gz) = 14602270 bytes
105105
BLAKE2s (bstr-1.12.1.crate) = bf738250e22e04ffa6d9ae59e16bec4997bc7307983bb39e1672cea8cba81d6f
106106
SHA512 (bstr-1.12.1.crate) = 63a1e62d43c4dce00f287421b1ec76accbbab7f0897c8df26227f533af325896c0c8921a873f4125381e7b89fbb69a4358a96698ec6ee61191955464ff1c84ac
107107
Size (bstr-1.12.1.crate) = 354916 bytes

0 commit comments

Comments
 (0)