Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncdu: update to 1.17.
@ 2022-05-08  6:43 mobinmob
  2022-05-08 10:12 ` teldra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2022-05-08  6:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ncdu
https://github.com/void-linux/void-packages/pull/37035

ncdu: update to 1.17.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37035.patch is attached

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

From 62cd3543168997cf1cbbf580d752846073c81815 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 8 May 2022 09:41:05 +0300
Subject: [PATCH] ncdu: update to 1.17.

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

diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index 4189b2ac0e11..e2ef166c0bcc 100644
--- a/srcpkgs/ncdu/template
+++ b/srcpkgs/ncdu/template
@@ -1,6 +1,6 @@
 # Template file for 'ncdu'
 pkgname=ncdu
-version=1.16
+version=1.17
 revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="http://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"
 distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
-checksum=2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4
+checksum=810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1
 
 post_install() {
 	vlicense COPYING

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

* Re: ncdu: update to 1.17.
  2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
@ 2022-05-08 10:12 ` teldra
  2022-05-08 14:05 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: teldra @ 2022-05-08 10:12 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/37035#issuecomment-1120389632

Comment:
LGTM. I was waiting for the LLVM an zig update to update directly to 2.x and and overlooked that there is 1.17. ^^

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

* Re: [PR REVIEW] ncdu: update to 1.17.
  2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
  2022-05-08 10:12 ` teldra
@ 2022-05-08 14:05 ` paper42
  2022-05-08 14:53 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-08 14:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37035#discussion_r867496630

Comment:
```suggestion
homepage="https://dev.yorhel.nl/ncdu"
```

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

* Re: [PR PATCH] [Updated] ncdu: update to 1.17.
  2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
  2022-05-08 10:12 ` teldra
  2022-05-08 14:05 ` [PR REVIEW] " paper42
@ 2022-05-08 14:53 ` mobinmob
  2022-05-08 14:54 ` [PR REVIEW] " mobinmob
  2022-05-08 20:35 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-05-08 14:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ncdu
https://github.com/void-linux/void-packages/pull/37035

ncdu: update to 1.17.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

@teldra

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

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

From aea6eaa8a18039e795926506f8ee3501bf8d8b33 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 8 May 2022 09:41:05 +0300
Subject: [PATCH] ncdu: update to 1.17.

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

diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index 4189b2ac0e11..1f3991b1d2fd 100644
--- a/srcpkgs/ncdu/template
+++ b/srcpkgs/ncdu/template
@@ -1,16 +1,16 @@
 # Template file for 'ncdu'
 pkgname=ncdu
-version=1.16
+version=1.17
 revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
 short_desc="NCurses Disk Usage utility"
 maintainer="teldra <teldra@rotce.de>"
 license="MIT"
-homepage="http://dev.yorhel.nl/ncdu"
+homepage="https://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"
-distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
-checksum=2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4
+distfiles="https://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
+checksum=810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] ncdu: update to 1.17.
  2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
                   ` (2 preceding siblings ...)
  2022-05-08 14:53 ` [PR PATCH] [Updated] " mobinmob
@ 2022-05-08 14:54 ` mobinmob
  2022-05-08 20:35 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-05-08 14:54 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/37035#discussion_r867502997

Comment:
Done. I also changes the distfiles url to https.

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

* Re: [PR PATCH] [Merged]: ncdu: update to 1.17.
  2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
                   ` (3 preceding siblings ...)
  2022-05-08 14:54 ` [PR REVIEW] " mobinmob
@ 2022-05-08 20:35 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-08 20:35 UTC (permalink / raw)
  To: ml

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

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

ncdu: update to 1.17.
https://github.com/void-linux/void-packages/pull/37035

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

@teldra

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

end of thread, other threads:[~2022-05-08 20:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08  6:43 [PR PATCH] ncdu: update to 1.17 mobinmob
2022-05-08 10:12 ` teldra
2022-05-08 14:05 ` [PR REVIEW] " paper42
2022-05-08 14:53 ` [PR PATCH] [Updated] " mobinmob
2022-05-08 14:54 ` [PR REVIEW] " mobinmob
2022-05-08 20:35 ` [PR PATCH] [Merged]: " 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).