Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eza: update to 0.15.0
@ 2023-10-19 14:25 tranzystorek-io
  2023-10-19 15:40 ` icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-10-19 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages eza
https://github.com/void-linux/void-packages/pull/46775

eza: update to 0.15.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/46775.patch is attached

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

From 8952304aa178ea27e7703d28d2a0efbc7d6b4c50 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 19 Oct 2023 16:24:34 +0200
Subject: [PATCH] eza: update to 0.15.0

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

diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template
index d2a39233b270c..1c4e351b7d73c 100644
--- a/srcpkgs/eza/template
+++ b/srcpkgs/eza/template
@@ -1,6 +1,6 @@
 # Template file for 'eza'
 pkgname=eza
-version=0.14.2
+version=0.15.0
 revision=1
 build_style=cargo
 hostmakedepends="pandoc pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/eza-community/eza"
 changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
 distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz"
-checksum=155d6e38a37c9d2fd32d2234662dba2e0f50b553826dfff290ae8f7c16dbb389
+checksum=e4cce5a6f60e6b7405af911e3f168cf17a1e86c33c292a449c1c25c15052967a
 
 post_patch() {
 	cargo update --package git2@0.18.1 --precise 0.17.2

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

* Re: eza: update to 0.15.0
  2023-10-19 14:25 [PR PATCH] eza: update to 0.15.0 tranzystorek-io
@ 2023-10-19 15:40 ` icp1994
  2023-10-19 16:37 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-10-19 15:40 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/46775#issuecomment-1771244405

Comment:
Probably https://eza.rocks fits better as the `homepage`.

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

* Re: [PR PATCH] [Updated] eza: update to 0.15.0
  2023-10-19 14:25 [PR PATCH] eza: update to 0.15.0 tranzystorek-io
  2023-10-19 15:40 ` icp1994
@ 2023-10-19 16:37 ` tranzystorek-io
  2023-10-19 16:39 ` tranzystorek-io
  2023-10-19 23:04 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-10-19 16:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages eza
https://github.com/void-linux/void-packages/pull/46775

eza: update to 0.15.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/46775.patch is attached

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

From 028e71b76dcc4f75dc3ded874ba371cd48793607 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 19 Oct 2023 16:24:34 +0200
Subject: [PATCH] eza: update to 0.15.0

---
 srcpkgs/eza/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template
index d2a39233b270c..0cb3003dcd34e 100644
--- a/srcpkgs/eza/template
+++ b/srcpkgs/eza/template
@@ -1,6 +1,6 @@
 # Template file for 'eza'
 pkgname=eza
-version=0.14.2
+version=0.15.0
 revision=1
 build_style=cargo
 hostmakedepends="pandoc pkg-config"
@@ -8,10 +8,10 @@ makedepends="libgit2-devel"
 short_desc="Modern, maintained replacement for ls"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
-homepage="https://github.com/eza-community/eza"
+homepage="https://eza.rocks"
 changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
 distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz"
-checksum=155d6e38a37c9d2fd32d2234662dba2e0f50b553826dfff290ae8f7c16dbb389
+checksum=e4cce5a6f60e6b7405af911e3f168cf17a1e86c33c292a449c1c25c15052967a
 
 post_patch() {
 	cargo update --package git2@0.18.1 --precise 0.17.2

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

* Re: eza: update to 0.15.0
  2023-10-19 14:25 [PR PATCH] eza: update to 0.15.0 tranzystorek-io
  2023-10-19 15:40 ` icp1994
  2023-10-19 16:37 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-10-19 16:39 ` tranzystorek-io
  2023-10-19 23:04 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-10-19 16:39 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/46775#issuecomment-1771350946

Comment:
Done, thanks for the tip!

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

* Re: [PR PATCH] [Merged]: eza: update to 0.15.0
  2023-10-19 14:25 [PR PATCH] eza: update to 0.15.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-10-19 16:39 ` tranzystorek-io
@ 2023-10-19 23:04 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-19 23:04 UTC (permalink / raw)
  To: ml

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

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

eza: update to 0.15.0
https://github.com/void-linux/void-packages/pull/46775

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->


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

end of thread, other threads:[~2023-10-19 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 14:25 [PR PATCH] eza: update to 0.15.0 tranzystorek-io
2023-10-19 15:40 ` icp1994
2023-10-19 16:37 ` [PR PATCH] [Updated] " tranzystorek-io
2023-10-19 16:39 ` tranzystorek-io
2023-10-19 23:04 ` [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).