Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gdu: update to 5.24.0.
@ 2023-06-02 12:37 TeddyDD
  2023-06-08 15:37 ` [PR PATCH] [Updated] " TeddyDD
  2023-06-09 21:15 ` [PR PATCH] [Merged]: gdu: update to 5.25.0 paper42
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2023-06-02 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/44226

gdu: update to 5.24.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/44226.patch is attached

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

From d2c2cc9dc177a1590907813a35d8eea7f9290539 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 2 Jun 2023 14:36:47 +0200
Subject: [PATCH] gdu: update to 5.24.0.

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

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index 7a56c0f4a7bd..d9aa9545b45f 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,6 +1,6 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.23.0
+version=5.24.0
 revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
@@ -10,7 +10,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=7fa8fbfb33e3abe71f89e90aac84111e49fb226ffba145822e1f2e0072668d70
+checksum=e7437d3618baf4370b2c19706dd0f33460f705715ff715b68dbcf2f0d5b1aa94
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Updated] gdu: update to 5.24.0.
  2023-06-02 12:37 [PR PATCH] gdu: update to 5.24.0 TeddyDD
@ 2023-06-08 15:37 ` TeddyDD
  2023-06-09 21:15 ` [PR PATCH] [Merged]: gdu: update to 5.25.0 paper42
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2023-06-08 15:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/44226

gdu: update to 5.24.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/44226.patch is attached

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

From 24f037452bb96c11e5a385b2a75456b9b76f2e78 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 2 Jun 2023 14:36:47 +0200
Subject: [PATCH] gdu: update to 5.25.0.

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

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index 7a56c0f4a7bd..35b31bc49406 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,6 +1,6 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.23.0
+version=5.25.0
 revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
@@ -10,7 +10,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=7fa8fbfb33e3abe71f89e90aac84111e49fb226ffba145822e1f2e0072668d70
+checksum=83fe876d953b4f2f7a856552e758aae4aa0cd9569dcf1aded61bdc834b834275
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Merged]: gdu: update to 5.25.0.
  2023-06-02 12:37 [PR PATCH] gdu: update to 5.24.0 TeddyDD
  2023-06-08 15:37 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-06-09 21:15 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-06-09 21:15 UTC (permalink / raw)
  To: ml

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

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

gdu: update to 5.25.0.
https://github.com/void-linux/void-packages/pull/44226

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] 3+ messages in thread

end of thread, other threads:[~2023-06-09 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 12:37 [PR PATCH] gdu: update to 5.24.0 TeddyDD
2023-06-08 15:37 ` [PR PATCH] [Updated] " TeddyDD
2023-06-09 21:15 ` [PR PATCH] [Merged]: gdu: update to 5.25.0 paper42

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