Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] onefetch: update to 2.18.0
@ 2023-06-24 19:32 cinerea0
  2023-06-24 20:10 ` icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cinerea0 @ 2023-06-24 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages onefetch
https://github.com/void-linux/void-packages/pull/44615

onefetch: update to 2.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/44615.patch is attached

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

From 9e7ecea764a58d30c7a85f9e98cc7e59b554b678 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 24 Jun 2023 15:31:07 -0400
Subject: [PATCH] onefetch: update to 2.18.0

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

diff --git a/srcpkgs/onefetch/template b/srcpkgs/onefetch/template
index c46fab74df6c..f1add9d21f6f 100644
--- a/srcpkgs/onefetch/template
+++ b/srcpkgs/onefetch/template
@@ -1,6 +1,6 @@
 # Template file for 'onefetch'
 pkgname=onefetch
-version=2.16.0
+version=2.18.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip info::tests::test_style_subtitle"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/o2sh/onefetch"
 changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
 distfiles="https://github.com/o2sh/onefetch/archive/${version}.tar.gz"
-checksum=948abb476a1310ab9393fcce10cffabcedfa12c2cf7be238472edafe13753222
+checksum=9aef1eea18d325d4608d202051e386436e73172c51bb1889ae709efca922fa1e
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate unimplemented for BE"

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

* Re: onefetch: update to 2.18.0
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
@ 2023-06-24 20:10 ` icp1994
  2023-06-24 20:22 ` cinerea0
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-06-24 20:10 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44615#issuecomment-1605713044

Comment:
There is a small bug https://github.com/o2sh/onefetch/issues/1092 - maybe a patch release soon.

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

* Re: onefetch: update to 2.18.0
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
  2023-06-24 20:10 ` icp1994
@ 2023-06-24 20:22 ` cinerea0
  2023-06-25  6:42 ` [PR REVIEW] " icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2023-06-24 20:22 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44615#issuecomment-1605716329

Comment:
Marking as draft until a patch release (or even just a commit with a fix) is released.

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

* Re: [PR REVIEW] onefetch: update to 2.18.0
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
                   ` (2 preceding siblings ...)
  2023-06-25  6:42 ` [PR REVIEW] " icp1994
@ 2023-06-25  6:42 ` icp1994
  2023-06-25 12:08 ` [PR PATCH] [Updated] " cinerea0
  2023-06-25 18:19 ` [PR PATCH] [Merged]: onefetch: update to 2.18.1 Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-06-25  6:42 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44615#discussion_r1241060484

Comment:
```suggestion
distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
```

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

* Re: [PR REVIEW] onefetch: update to 2.18.0
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
  2023-06-24 20:10 ` icp1994
  2023-06-24 20:22 ` cinerea0
@ 2023-06-25  6:42 ` icp1994
  2023-06-25  6:42 ` icp1994
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-06-25  6:42 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44615#discussion_r1241060126

Comment:
```suggestion
homepage="https://onefetch.dev"
```

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

* Re: [PR PATCH] [Updated] onefetch: update to 2.18.0
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
                   ` (3 preceding siblings ...)
  2023-06-25  6:42 ` icp1994
@ 2023-06-25 12:08 ` cinerea0
  2023-06-25 18:19 ` [PR PATCH] [Merged]: onefetch: update to 2.18.1 Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2023-06-25 12:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages onefetch
https://github.com/void-linux/void-packages/pull/44615

onefetch: update to 2.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/44615.patch is attached

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

From ec74514897315493eecb9620a83a0808fbffde16 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 25 Jun 2023 08:08:25 -0400
Subject: [PATCH] onefetch: update to 2.18.1

---
 srcpkgs/onefetch/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/onefetch/template b/srcpkgs/onefetch/template
index c46fab74df6c..3c0b1977725d 100644
--- a/srcpkgs/onefetch/template
+++ b/srcpkgs/onefetch/template
@@ -1,6 +1,6 @@
 # Template file for 'onefetch'
 pkgname=onefetch
-version=2.16.0
+version=2.18.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip info::tests::test_style_subtitle"
@@ -9,10 +9,10 @@ makedepends="zlib-devel"
 short_desc="Git repository summary on your terminal"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
-homepage="https://github.com/o2sh/onefetch"
+homepage="https://onefetch.dev"
 changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
-distfiles="https://github.com/o2sh/onefetch/archive/${version}.tar.gz"
-checksum=948abb476a1310ab9393fcce10cffabcedfa12c2cf7be238472edafe13753222
+distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
+checksum=7b0f03e9d2383ac32283cfb9ec09d10c8789a298969c8b7d45fa0168bd909140
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate unimplemented for BE"

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

* Re: [PR PATCH] [Merged]: onefetch: update to 2.18.1
  2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
                   ` (4 preceding siblings ...)
  2023-06-25 12:08 ` [PR PATCH] [Updated] " cinerea0
@ 2023-06-25 18:19 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-25 18:19 UTC (permalink / raw)
  To: ml

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

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

onefetch: update to 2.18.1
https://github.com/void-linux/void-packages/pull/44615

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


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

end of thread, other threads:[~2023-06-25 18:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 19:32 [PR PATCH] onefetch: update to 2.18.0 cinerea0
2023-06-24 20:10 ` icp1994
2023-06-24 20:22 ` cinerea0
2023-06-25  6:42 ` [PR REVIEW] " icp1994
2023-06-25  6:42 ` icp1994
2023-06-25 12:08 ` [PR PATCH] [Updated] " cinerea0
2023-06-25 18:19 ` [PR PATCH] [Merged]: onefetch: update to 2.18.1 Duncaen

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).