Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gengetopt: update to 2.23.
@ 2019-06-09  1:18 voidlinux-github
  2019-06-09  1:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-09  1:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages gengetopt
https://github.com/void-linux/void-packages/pull/12325

gengetopt: update to 2.23.


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

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

From 158a7c1ee1cc1e1069ae4181a188f7f86636404c Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Sat, 8 Jun 2019 21:15:37 -0400
Subject: [PATCH] gengetopt: update to 2.23.

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

diff --git a/srcpkgs/gengetopt/template b/srcpkgs/gengetopt/template
index 09909fd1c07..2f50b6ae3be 100644
--- a/srcpkgs/gengetopt/template
+++ b/srcpkgs/gengetopt/template
@@ -1,7 +1,7 @@
 # Template file for 'gengetopt'
 pkgname=gengetopt
-version=2.22.6
-revision=2
+version=2.23
+revision=1
 build_style=gnu-configure
 hostmakedepends="flex"
 makedepends="libfl-devel"
@@ -9,6 +9,6 @@ short_desc="A tool to write cli option parsing code for C programs"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/${pkgname}"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
 disable_parallel_build=yes

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

* Re: [PR PATCH] [Updated] gengetopt: update to 2.23.
  2019-06-09  1:18 [PR PATCH] gengetopt: update to 2.23 voidlinux-github
@ 2019-06-09  1:57 ` voidlinux-github
  2019-06-09  1:57 ` voidlinux-github
  2019-06-09  7:41 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-09  1:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages gengetopt
https://github.com/void-linux/void-packages/pull/12325

gengetopt: update to 2.23.


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

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

From fcbea300b0981f27a147c38588dde6bb3df10522 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Sat, 8 Jun 2019 21:15:37 -0400
Subject: [PATCH] gengetopt: update to 2.23.

---
 srcpkgs/gengetopt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gengetopt/template b/srcpkgs/gengetopt/template
index 09909fd1c07..f294428a1c6 100644
--- a/srcpkgs/gengetopt/template
+++ b/srcpkgs/gengetopt/template
@@ -1,14 +1,14 @@
 # Template file for 'gengetopt'
 pkgname=gengetopt
-version=2.22.6
-revision=2
+version=2.23
+revision=1
 build_style=gnu-configure
 hostmakedepends="flex"
 makedepends="libfl-devel"
-short_desc="A tool to write cli option parsing code for C programs"
+short_desc="Tool to write cli option parsing code for C programs"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/${pkgname}"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
 disable_parallel_build=yes

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

* Re: [PR PATCH] [Updated] gengetopt: update to 2.23.
  2019-06-09  1:18 [PR PATCH] gengetopt: update to 2.23 voidlinux-github
  2019-06-09  1:57 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-09  1:57 ` voidlinux-github
  2019-06-09  7:41 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-09  1:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages gengetopt
https://github.com/void-linux/void-packages/pull/12325

gengetopt: update to 2.23.


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

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

From fcbea300b0981f27a147c38588dde6bb3df10522 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Sat, 8 Jun 2019 21:15:37 -0400
Subject: [PATCH] gengetopt: update to 2.23.

---
 srcpkgs/gengetopt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gengetopt/template b/srcpkgs/gengetopt/template
index 09909fd1c07..f294428a1c6 100644
--- a/srcpkgs/gengetopt/template
+++ b/srcpkgs/gengetopt/template
@@ -1,14 +1,14 @@
 # Template file for 'gengetopt'
 pkgname=gengetopt
-version=2.22.6
-revision=2
+version=2.23
+revision=1
 build_style=gnu-configure
 hostmakedepends="flex"
 makedepends="libfl-devel"
-short_desc="A tool to write cli option parsing code for C programs"
+short_desc="Tool to write cli option parsing code for C programs"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/${pkgname}"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
 disable_parallel_build=yes

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

* Re: [PR PATCH] [Merged]: gengetopt: update to 2.23.
  2019-06-09  1:18 [PR PATCH] gengetopt: update to 2.23 voidlinux-github
  2019-06-09  1:57 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-09  1:57 ` voidlinux-github
@ 2019-06-09  7:41 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-09  7:41 UTC (permalink / raw)
  To: ml

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

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

gengetopt: update to 2.23.
https://github.com/void-linux/void-packages/pull/12325
Description: 

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

end of thread, other threads:[~2019-06-09  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09  1:18 [PR PATCH] gengetopt: update to 2.23 voidlinux-github
2019-06-09  1:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-09  1:57 ` voidlinux-github
2019-06-09  7:41 ` [PR PATCH] [Merged]: " voidlinux-github

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