Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncdu: update to 1.18
@ 2023-01-16  5:23 tranzystorek-io
  2023-01-16  8:12 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-01-16  5:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages ncdu
https://github.com/void-linux/void-packages/pull/41674

ncdu: update to 1.18
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/41674.patch is attached

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

From 6f0bfb3afceac17ecc45906fa8ff920ddc9d6a32 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 16 Jan 2023 06:22:06 +0100
Subject: [PATCH] ncdu: update to 1.18

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

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

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

* Re: [PR REVIEW] ncdu: update to 1.18
  2023-01-16  5:23 [PR PATCH] ncdu: update to 1.18 tranzystorek-io
@ 2023-01-16  8:12 ` classabbyamp
  2023-01-16  8:59 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-16  8:12 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41674#discussion_r1070939118

Comment:
```suggestion
distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] ncdu: update to 1.18
  2023-01-16  5:23 [PR PATCH] ncdu: update to 1.18 tranzystorek-io
  2023-01-16  8:12 ` [PR REVIEW] " classabbyamp
@ 2023-01-16  8:59 ` tranzystorek-io
  2023-01-16  9:04 ` [PR REVIEW] " tranzystorek-io
  2023-01-16  9:05 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-01-16  8:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages ncdu
https://github.com/void-linux/void-packages/pull/41674

ncdu: update to 1.18
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/41674.patch is attached

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

From 4f96154bdff7e357bec4b3bff2724d10a74eac36 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 16 Jan 2023 06:22:06 +0100
Subject: [PATCH] ncdu: update to 1.18

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

diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index 1f3991b1d2fd..dc27faf3ed89 100644
--- a/srcpkgs/ncdu/template
+++ b/srcpkgs/ncdu/template
@@ -1,6 +1,6 @@
 # Template file for 'ncdu'
 pkgname=ncdu
-version=1.17
+version=1.18
 revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
@@ -9,8 +9,8 @@ maintainer="teldra <teldra@rotce.de>"
 license="MIT"
 homepage="https://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"
-distfiles="https://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
-checksum=810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1
+distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz"
+checksum=3c37a1a96580c9c5d2cc352dc3c5eef0d909158c05f1cc29db4712544c8b9f95
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] ncdu: update to 1.18
  2023-01-16  5:23 [PR PATCH] ncdu: update to 1.18 tranzystorek-io
  2023-01-16  8:12 ` [PR REVIEW] " classabbyamp
  2023-01-16  8:59 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-01-16  9:04 ` tranzystorek-io
  2023-01-16  9:05 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-01-16  9:04 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/41674#discussion_r1070985046

Comment:
✅

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

* Re: [PR PATCH] [Merged]: ncdu: update to 1.18
  2023-01-16  5:23 [PR PATCH] ncdu: update to 1.18 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-01-16  9:04 ` [PR REVIEW] " tranzystorek-io
@ 2023-01-16  9:05 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-16  9:05 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.18
https://github.com/void-linux/void-packages/pull/41674

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-01-16  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  5:23 [PR PATCH] ncdu: update to 1.18 tranzystorek-io
2023-01-16  8:12 ` [PR REVIEW] " classabbyamp
2023-01-16  8:59 ` [PR PATCH] [Updated] " tranzystorek-io
2023-01-16  9:04 ` [PR REVIEW] " tranzystorek-io
2023-01-16  9:05 ` [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).