* [PR PATCH] yazi: update to 0.3.1.
@ 2024-08-15 21:09 Rooyca
2024-08-25 8:03 ` manfred3000
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Rooyca @ 2024-08-15 21:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
There is a new pull request by Rooyca against master on the void-packages repository
https://github.com/Rooyca/void-packages yazi031
https://github.com/void-linux/void-packages/pull/51874
yazi: update to 0.3.1.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/51874.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yazi031-51874.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]
From 404ae1b628aef465241ca71a698c5a07429e8def Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Thu, 15 Aug 2024 16:08:21 -0500
Subject: [PATCH] yazi: update to 0.3.1.
---
srcpkgs/yazi/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
index 6433daf262a1fd..c24a6e74fff1d2 100644
--- a/srcpkgs/yazi/template
+++ b/srcpkgs/yazi/template
@@ -1,6 +1,6 @@
# Template file for 'yazi'
pkgname=yazi
-version=0.3.0
+version=0.3.1
revision=1
build_style=cargo
make_install_args="--path yazi-fm"
@@ -12,7 +12,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://yazi-rs.github.io"
distfiles="https://github.com/sxyazi/yazi/archive/refs/tags/v${version}.tar.gz"
-checksum=0a0c1583accca16759392f258367156a2c36fb0b1d37152b07e1aa5239c531ff
+checksum=b1292be2d071a1a95fd7732baee8c22dd20f08c1facf560399e61e520dbee1e1
export VERGEN_GIT_SHA="${version}_${revision}"
# enable the generation of shell auto completions
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
@ 2024-08-25 8:03 ` manfred3000
2024-08-28 6:26 ` [PR PATCH] [Updated] " Rooyca
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: manfred3000 @ 2024-08-25 8:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
New comment by manfred3000 on void-packages repository
https://github.com/void-linux/void-packages/pull/51874#issuecomment-2308723271
Comment:
This is basically a bug fix release addressing bugs introduced with the previous major release...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
2024-08-25 8:03 ` manfred3000
@ 2024-08-28 6:26 ` Rooyca
2024-08-29 16:36 ` tranzystorekk
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Rooyca @ 2024-08-28 6:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 486 bytes --]
There is an updated pull request by Rooyca against master on the void-packages repository
https://github.com/Rooyca/void-packages yazi031
https://github.com/void-linux/void-packages/pull/51874
yazi: update to 0.3.1.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/51874.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yazi031-51874.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]
From eb500e5b816c2bf26a858bf1cd80f315cfae46ac Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Thu, 15 Aug 2024 16:08:21 -0500
Subject: [PATCH] yazi: update to 0.3.1.
---
srcpkgs/yazi/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
index 6433daf262a1fd..976bb05b4230a5 100644
--- a/srcpkgs/yazi/template
+++ b/srcpkgs/yazi/template
@@ -1,6 +1,6 @@
# Template file for 'yazi'
pkgname=yazi
-version=0.3.0
+version=0.3.2
revision=1
build_style=cargo
make_install_args="--path yazi-fm"
@@ -12,7 +12,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://yazi-rs.github.io"
distfiles="https://github.com/sxyazi/yazi/archive/refs/tags/v${version}.tar.gz"
-checksum=0a0c1583accca16759392f258367156a2c36fb0b1d37152b07e1aa5239c531ff
+checksum=6aec4ed553670a47b3e5b34c161bb4356b1ebfac084b7354cd26052a81f971a4
export VERGEN_GIT_SHA="${version}_${revision}"
# enable the generation of shell auto completions
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
2024-08-25 8:03 ` manfred3000
2024-08-28 6:26 ` [PR PATCH] [Updated] " Rooyca
@ 2024-08-29 16:36 ` tranzystorekk
2024-08-29 16:36 ` [PR PATCH] [Closed]: " tranzystorekk
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-08-29 16:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/51874#issuecomment-2318320023
Comment:
Completed in a1dc36f
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Closed]: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
` (2 preceding siblings ...)
2024-08-29 16:36 ` tranzystorekk
@ 2024-08-29 16:36 ` tranzystorekk
2024-08-29 16:49 ` Rooyca
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-08-29 16:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
There's a closed pull request on the void-packages repository
yazi: update to 0.3.1.
https://github.com/void-linux/void-packages/pull/51874
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
` (3 preceding siblings ...)
2024-08-29 16:36 ` [PR PATCH] [Closed]: " tranzystorekk
@ 2024-08-29 16:49 ` Rooyca
2024-08-29 16:55 ` tranzystorekk
2024-08-29 19:56 ` Bnyro
6 siblings, 0 replies; 8+ messages in thread
From: Rooyca @ 2024-08-29 16:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
New comment by Rooyca on void-packages repository
https://github.com/void-linux/void-packages/pull/51874#issuecomment-2318356340
Comment:
why
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
` (4 preceding siblings ...)
2024-08-29 16:49 ` Rooyca
@ 2024-08-29 16:55 ` tranzystorekk
2024-08-29 19:56 ` Bnyro
6 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-08-29 16:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/51874#issuecomment-2318371103
Comment:
I happened to notice and merge the #52026 PR first, so this one is no longer needed
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yazi: update to 0.3.1.
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
` (5 preceding siblings ...)
2024-08-29 16:55 ` tranzystorekk
@ 2024-08-29 19:56 ` Bnyro
6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2024-08-29 19:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/51874#issuecomment-2318829621
Comment:
> why
>
Besides, I'm the maintainer of the package, so please ping me (or whoever is the maintainer) when updating someone else's package. I didn't notice this PR existed.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-29 19:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-15 21:09 [PR PATCH] yazi: update to 0.3.1 Rooyca
2024-08-25 8:03 ` manfred3000
2024-08-28 6:26 ` [PR PATCH] [Updated] " Rooyca
2024-08-29 16:36 ` tranzystorekk
2024-08-29 16:36 ` [PR PATCH] [Closed]: " tranzystorekk
2024-08-29 16:49 ` Rooyca
2024-08-29 16:55 ` tranzystorekk
2024-08-29 19:56 ` Bnyro
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).