Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zlib: fix update-check
@ 2023-07-01 14:11 Bnyro
  2023-07-01 20:53 ` Chocimier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Bnyro @ 2023-07-01 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages zlib
https://github.com/void-linux/void-packages/pull/44760

zlib: fix update-check
<!-- 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 [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/44760.patch is attached

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

From f6e98e412c0788a8b3dc182f1a786d1347c3adb7 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 1 Jul 2023 16:12:15 +0200
Subject: [PATCH] zlib: fix update-check

---
 srcpkgs/zlib/update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zlib/update b/srcpkgs/zlib/update
index c96efe7b1c38..dfef0ea1c954 100644
--- a/srcpkgs/zlib/update
+++ b/srcpkgs/zlib/update
@@ -1 +1 @@
-pattern="<B> zlib \K.+?(?=</B>)"
+pattern="<B> zlib \K[\d.]+"

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

end of thread, other threads:[~2023-07-03 16:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-01 14:11 [PR PATCH] zlib: fix update-check Bnyro
2023-07-01 20:53 ` Chocimier
2023-07-01 20:56 ` Bnyro
2023-07-01 20:56 ` Bnyro
2023-07-01 20:58 ` Chocimier
2023-07-02  8:02 ` Bnyro
2023-07-02  8:04 ` Bnyro
2023-07-02 13:34 ` [PR PATCH] [Closed]: " Bnyro
2023-07-03 16:13 ` Chocimier
2023-07-03 16:15 ` Bnyro

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