Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lynx: update to 2.9.0dev.10.
@ 2022-05-06 17:57 mhmdanas
  2022-05-06 18:16 ` [PR PATCH] [Updated] " mhmdanas
  2022-05-07 12:55 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2022-05-06 17:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages lynx-2.9.0dev.10
https://github.com/void-linux/void-packages/pull/37006

lynx: update to 2.9.0dev.10.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lynx-2.9.0dev.10-37006.patch --]
[-- Type: text/x-diff, Size: 1023 bytes --]

From edb7fad9f178ac44de1f7a9dbdbefa66d7830b4a Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 6 May 2022 20:59:47 +0300
Subject: [PATCH] lynx: update to 2.9.0dev.10.

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

diff --git a/srcpkgs/lynx/template b/srcpkgs/lynx/template
index 6ec7a39b4e7a..8d3ce17dcbea 100644
--- a/srcpkgs/lynx/template
+++ b/srcpkgs/lynx/template
@@ -1,6 +1,6 @@
 # Template file for 'lynx'
 pkgname=lynx
-version=2.9.0dev.9
+version=2.9.0dev.10
 revision=1
 wrksrc="lynx${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://lynx.invisible-island.net/"
 distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${version}.tar.bz2"
-checksum=6fd6dd3f57681ad58d3397c273b430a411ae049b367fd4909b3d70b722da501a
+checksum=898ac82bcfcbd4b20ea39afdf66fd659b8773c7549623b0f8802bf392a41a912
 
 pre_configure() {
 	sed -i configure \

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

* Re: [PR PATCH] [Updated] lynx: update to 2.9.0dev.10.
  2022-05-06 17:57 [PR PATCH] lynx: update to 2.9.0dev.10 mhmdanas
@ 2022-05-06 18:16 ` mhmdanas
  2022-05-07 12:55 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2022-05-06 18:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages lynx-2.9.0dev.10
https://github.com/void-linux/void-packages/pull/37006

lynx: update to 2.9.0dev.10.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lynx-2.9.0dev.10-37006.patch --]
[-- Type: text/x-diff, Size: 1261 bytes --]

From 477f8677f201359d1f62f57993cd1c98493330fb Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 6 May 2022 20:59:47 +0300
Subject: [PATCH] lynx: update to 2.9.0dev.10.

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

diff --git a/srcpkgs/lynx/template b/srcpkgs/lynx/template
index 6ec7a39b4e7a..4266c099e153 100644
--- a/srcpkgs/lynx/template
+++ b/srcpkgs/lynx/template
@@ -1,17 +1,17 @@
 # Template file for 'lynx'
 pkgname=lynx
-version=2.9.0dev.9
+version=2.9.0dev.10
 revision=1
 wrksrc="lynx${version}"
 build_style=gnu-configure
 configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
 makedepends="zlib-devel bzip2-devel ncurses-devel openssl-devel"
-short_desc="A text browser for the World Wide Web"
+short_desc="Text browser for the World Wide Web"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://lynx.invisible-island.net/"
 distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${version}.tar.bz2"
-checksum=6fd6dd3f57681ad58d3397c273b430a411ae049b367fd4909b3d70b722da501a
+checksum=898ac82bcfcbd4b20ea39afdf66fd659b8773c7549623b0f8802bf392a41a912
 
 pre_configure() {
 	sed -i configure \

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

* Re: [PR PATCH] [Merged]: lynx: update to 2.9.0dev.10.
  2022-05-06 17:57 [PR PATCH] lynx: update to 2.9.0dev.10 mhmdanas
  2022-05-06 18:16 ` [PR PATCH] [Updated] " mhmdanas
@ 2022-05-07 12:55 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-05-07 12:55 UTC (permalink / raw)
  To: ml

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

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

lynx: update to 2.9.0dev.10.
https://github.com/void-linux/void-packages/pull/37006

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

The CI failures seem to be intermittent and network-related.

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

end of thread, other threads:[~2022-05-07 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 17:57 [PR PATCH] lynx: update to 2.9.0dev.10 mhmdanas
2022-05-06 18:16 ` [PR PATCH] [Updated] " mhmdanas
2022-05-07 12:55 ` [PR PATCH] [Merged]: " leahneukirchen

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