Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] broot: update to 1.18.0
@ 2022-12-22  2:42 cinerea0
  2023-01-14  1:27 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-12-22  2:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 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/41233

broot: update to 1.18.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 21d90d591113f2d769c990b2d3eb3ec8d27e246f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 21 Dec 2022 21:41:40 -0500
Subject: [PATCH] broot: update to 1.18.0

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

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index adee3fef89ab..ffa183997e55 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,6 +1,6 @@
 # Template file for 'broot'
 pkgname=broot
-version=1.17.1
+version=1.18.0
 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=acde4ddfff0875506c4f91346895c5b554d44a91f46a6918de6086d3884857d7
+checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate errors on big endian"

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

* Re: [PR REVIEW] broot: update to 1.18.0
  2022-12-22  2:42 [PR PATCH] broot: update to 1.18.0 cinerea0
@ 2023-01-14  1:27 ` classabbyamp
  2023-01-15  2:30 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-14  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41233#discussion_r1070189178

Comment:
1.19 available

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

* Re: [PR REVIEW] broot: update to 1.18.0
  2022-12-22  2:42 [PR PATCH] broot: update to 1.18.0 cinerea0
  2023-01-14  1:27 ` [PR REVIEW] " classabbyamp
@ 2023-01-15  2:30 ` cinerea0
  2023-01-15  2:43 ` classabbyamp
  2023-01-15  2:44 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2023-01-15  2:30 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/41233#discussion_r1070482971

Comment:
1.19 requires Rust 1.65. I've reported it in the [tracking issue](https://github.com/void-linux/void-packages/issues/40805) as well.

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

* Re: [PR REVIEW] broot: update to 1.18.0
  2022-12-22  2:42 [PR PATCH] broot: update to 1.18.0 cinerea0
  2023-01-14  1:27 ` [PR REVIEW] " classabbyamp
  2023-01-15  2:30 ` cinerea0
@ 2023-01-15  2:43 ` classabbyamp
  2023-01-15  2:44 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-15  2:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41233#discussion_r1070485863

Comment:
aha, np

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

* Re: [PR PATCH] [Merged]: broot: update to 1.18.0
  2022-12-22  2:42 [PR PATCH] broot: update to 1.18.0 cinerea0
                   ` (2 preceding siblings ...)
  2023-01-15  2:43 ` classabbyamp
@ 2023-01-15  2:44 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-15  2:44 UTC (permalink / raw)
  To: ml

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

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

broot: update to 1.18.0
https://github.com/void-linux/void-packages/pull/41233

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


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

end of thread, other threads:[~2023-01-15  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22  2:42 [PR PATCH] broot: update to 1.18.0 cinerea0
2023-01-14  1:27 ` [PR REVIEW] " classabbyamp
2023-01-15  2:30 ` cinerea0
2023-01-15  2:43 ` classabbyamp
2023-01-15  2:44 ` [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).