Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] broot: update to 1.14.1
@ 2022-07-08  3:51 cinerea0
  2022-07-08  5:08 ` archbtw24
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-07-08  3:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages broot
https://github.com/void-linux/void-packages/pull/37921

broot: update to 1.14.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37921.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-broot-37921.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From d588e2fcf95682d63d89e1dc8c22b47870c680f5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 7 Jul 2022 23:49:28 -0400
Subject: [PATCH] broot: update to 1.14.1

---
 srcpkgs/broot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index d57eb2f7b588..48ff908d0215 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,6 +1,6 @@
 # Template file for 'broot'
 pkgname=broot
-version=1.13.3
+version=1.14.1
 revision=1
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://dystroy.org/broot/"
 changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
 distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
-checksum=a7f9e98ff1371eff065a8dabbe9e31ef42d264b7d93c18f920d6a5399016da33
+checksum=acbcf7adb950c05e6fe2ed3de8f4fed4537bef0150aad0d9917934fbd98bc0a1
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate errors on big endian"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: broot: update to 1.14.1
  2022-07-08  3:51 [PR PATCH] broot: update to 1.14.1 cinerea0
@ 2022-07-08  5:08 ` archbtw24
  2022-07-08 13:27 ` cinerea0
  2022-07-08 18:15 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: archbtw24 @ 2022-07-08  5:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by archbtw24 on void-packages repository

https://github.com/void-linux/void-packages/pull/37921#issuecomment-1178557073

Comment:
https://github.com/void-linux/void-packages/pull/37883

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: broot: update to 1.14.1
  2022-07-08  3:51 [PR PATCH] broot: update to 1.14.1 cinerea0
  2022-07-08  5:08 ` archbtw24
@ 2022-07-08 13:27 ` cinerea0
  2022-07-08 18:15 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-07-08 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37921#issuecomment-1178989121

Comment:
I'm aware of that one. However, it's a version behind, and I'm the maintainer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: broot: update to 1.14.1
  2022-07-08  3:51 [PR PATCH] broot: update to 1.14.1 cinerea0
  2022-07-08  5:08 ` archbtw24
  2022-07-08 13:27 ` cinerea0
@ 2022-07-08 18:15 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-08 18:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]

There's a merged pull request on the void-packages repository

broot: update to 1.14.1
https://github.com/void-linux/void-packages/pull/37921

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

closes #37883 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-08 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  3:51 [PR PATCH] broot: update to 1.14.1 cinerea0
2022-07-08  5:08 ` archbtw24
2022-07-08 13:27 ` cinerea0
2022-07-08 18:15 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).