Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gping: update to 1.5.1.
@ 2022-12-08  9:54 icp1994
  2022-12-12  0:40 ` cinerea0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2022-12-08  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/40974

gping: update to 1.5.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 086942b1e41424073e67671d8628150bebd0955d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Dec 2022 15:21:47 +0530
Subject: [PATCH] gping: update to 1.5.1.

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index ea06e0737fa6..21814a31a87c 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.4.0
+version=1.5.1
 revision=1
 build_wrksrc="gping"
 build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/orf/gping/"
 distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
-checksum=f68735ee9f6f3fde6881b727c518550d9c486a4259c0a2a2d261971715b77970
+checksum=d7f4f3e3971e420d40a1fc94346891677e59506afcdc392c4209a9aa901bc1e2
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: gping: update to 1.5.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
@ 2022-12-12  0:40 ` cinerea0
  2022-12-12  7:05 ` [PR PATCH] [Updated] " icp1994
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2022-12-12  0:40 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40974#issuecomment-1345715611

Comment:
`v1.6.0` was released a few hours ago.

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

* Re: [PR PATCH] [Updated] gping: update to 1.5.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
  2022-12-12  0:40 ` cinerea0
@ 2022-12-12  7:05 ` icp1994
  2022-12-15  9:24 ` [PR PATCH] [Updated] gping: update to 1.6.0 icp1994
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-12  7:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/40974

gping: update to 1.5.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 9fdc3acce162f0af0405dc4775230fcdbf37f73b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Dec 2022 15:21:47 +0530
Subject: [PATCH] gping: update to 1.6.0.

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index ea06e0737fa6..84b34a26f9ef 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.4.0
+version=1.6.0
 revision=1
 build_wrksrc="gping"
 build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/orf/gping/"
 distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
-checksum=f68735ee9f6f3fde6881b727c518550d9c486a4259c0a2a2d261971715b77970
+checksum=88cbbdf6aa1844a7eb6f6bce2de4cec52ef6417643c37948cfa37e38e76e2847
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Updated] gping: update to 1.6.0.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
  2022-12-12  0:40 ` cinerea0
  2022-12-12  7:05 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-15  9:24 ` icp1994
  2022-12-15 10:07 ` gping: update to 1.6.1 paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-15  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/40974

gping: update to 1.6.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From ddce78a25ef4f766a2baddca2267a1aa8bb202fd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Dec 2022 15:21:47 +0530
Subject: [PATCH] gping: update to 1.6.1.

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index ea06e0737fa6..bd241363c191 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.4.0
+version=1.6.1
 revision=1
 build_wrksrc="gping"
 build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/orf/gping/"
 distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
-checksum=f68735ee9f6f3fde6881b727c518550d9c486a4259c0a2a2d261971715b77970
+checksum=f27dc8aadd7f323861e8700d47efd13199f924fe0b2e20fef1f537bed01c1454
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: gping: update to 1.6.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
                   ` (2 preceding siblings ...)
  2022-12-15  9:24 ` [PR PATCH] [Updated] gping: update to 1.6.0 icp1994
@ 2022-12-15 10:07 ` paper42
  2022-12-15 12:43 ` icp1994
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-15 10:07 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40974#issuecomment-1352829954

Comment:
hi, I don't use this package anymore, would you like to adopt it?

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

* Re: gping: update to 1.6.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
                   ` (3 preceding siblings ...)
  2022-12-15 10:07 ` gping: update to 1.6.1 paper42
@ 2022-12-15 12:43 ` icp1994
  2022-12-15 12:44 ` [PR PATCH] [Updated] " icp1994
  2022-12-16 18:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-15 12:43 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40974#issuecomment-1353005199

Comment:
Sure, np.

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

* Re: [PR PATCH] [Updated] gping: update to 1.6.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
                   ` (4 preceding siblings ...)
  2022-12-15 12:43 ` icp1994
@ 2022-12-15 12:44 ` icp1994
  2022-12-16 18:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-15 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/40974

gping: update to 1.6.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From fcd9c7ca5b2018ea8de7b9cce11c6146a2ddd607 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Dec 2022 15:21:47 +0530
Subject: [PATCH] gping: update to 1.6.1.

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index ea06e0737fa6..47a6a23168eb 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,15 +1,15 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.4.0
+version=1.6.1
 revision=1
 build_wrksrc="gping"
 build_style=cargo
 short_desc="Ping, but with a graph"
-maintainer="Paper <paper@tilde.institute>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/orf/gping/"
 distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
-checksum=f68735ee9f6f3fde6881b727c518550d9c486a4259c0a2a2d261971715b77970
+checksum=f27dc8aadd7f323861e8700d47efd13199f924fe0b2e20fef1f537bed01c1454
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Merged]: gping: update to 1.6.1.
  2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
                   ` (5 preceding siblings ...)
  2022-12-15 12:44 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-16 18:19 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-16 18:19 UTC (permalink / raw)
  To: ml

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

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

gping: update to 1.6.1.
https://github.com/void-linux/void-packages/pull/40974

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2022-12-16 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  9:54 [PR PATCH] gping: update to 1.5.1 icp1994
2022-12-12  0:40 ` cinerea0
2022-12-12  7:05 ` [PR PATCH] [Updated] " icp1994
2022-12-15  9:24 ` [PR PATCH] [Updated] gping: update to 1.6.0 icp1994
2022-12-15 10:07 ` gping: update to 1.6.1 paper42
2022-12-15 12:43 ` icp1994
2022-12-15 12:44 ` [PR PATCH] [Updated] " icp1994
2022-12-16 18:19 ` [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).