Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gping: update to 1.3.1
@ 2022-06-13  1:25 cinerea0
  2022-06-16 16:02 ` [PR PATCH] [Updated] " cinerea0
  2022-06-19  2:01 ` [PR PATCH] [Merged]: gping: update to 1.3.2 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2022-06-13  1:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gping
https://github.com/void-linux/void-packages/pull/37541

gping: update to 1.3.1
<!-- 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/37541.patch is attached

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

From 0111a15feaaf5127f7a0f0ae76f1c298825ee5e7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 12 Jun 2022 21:24:25 -0400
Subject: [PATCH] gping: update to 1.3.1

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index c3fb77d05345..012fa6bb002f 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.2.6
+version=1.3.1
 revision=1
 wrksrc="${pkgname}-${pkgname}-v${version}"
 build_wrksrc="gping"
@@ -10,7 +10,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=e36d5bc02157708c803d1855be4b2a9daa27d077fffe86c58b12c746fdc04c8f
+checksum=ab185e0fa88f9dbc903dbf85b4fda924d9c17341464eda7419e054da70ff846d
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Updated] gping: update to 1.3.1
  2022-06-13  1:25 [PR PATCH] gping: update to 1.3.1 cinerea0
@ 2022-06-16 16:02 ` cinerea0
  2022-06-19  2:01 ` [PR PATCH] [Merged]: gping: update to 1.3.2 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2022-06-16 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gping
https://github.com/void-linux/void-packages/pull/37541

gping: update to 1.3.1
<!-- 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/37541.patch is attached

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

From d74b6fbe71c5f1d51de2c2ce5890244c09ea780c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 16 Jun 2022 12:02:17 -0400
Subject: [PATCH] gping: update to 1.3.2

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index c3fb77d05345..b5f3c94a3487 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.2.6
+version=1.3.2
 revision=1
 wrksrc="${pkgname}-${pkgname}-v${version}"
 build_wrksrc="gping"
@@ -10,7 +10,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=e36d5bc02157708c803d1855be4b2a9daa27d077fffe86c58b12c746fdc04c8f
+checksum=1ab71ca45cb5da317d77774eff96d5868486d03ea1cedff008cbafcaf880332b
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Merged]: gping: update to 1.3.2
  2022-06-13  1:25 [PR PATCH] gping: update to 1.3.1 cinerea0
  2022-06-16 16:02 ` [PR PATCH] [Updated] " cinerea0
@ 2022-06-19  2:01 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-06-19  2:01 UTC (permalink / raw)
  To: ml

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

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

gping: update to 1.3.2
https://github.com/void-linux/void-packages/pull/37541

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


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

end of thread, other threads:[~2022-06-19  2:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  1:25 [PR PATCH] gping: update to 1.3.1 cinerea0
2022-06-16 16:02 ` [PR PATCH] [Updated] " cinerea0
2022-06-19  2:01 ` [PR PATCH] [Merged]: gping: update to 1.3.2 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).