* [PR PATCH] zig & zls: update to 0.14.0
@ 2025-04-28 0:08 molegl
2025-04-28 0:11 ` [PR PATCH] [Closed]: " classabbyamp
2025-04-28 0:11 ` classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: molegl @ 2025-04-28 0:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 482 bytes --]
There is a new pull request by molegl against master on the void-packages repository
https://github.com/molegl/void-packages update-to-zig-14
https://github.com/void-linux/void-packages/pull/55203
zig & zls: update to 0.14.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
A patch file from https://github.com/void-linux/void-packages/pull/55203.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-to-zig-14-55203.patch --]
[-- Type: text/x-diff, Size: 2804 bytes --]
From e5b15c07f021c08cfd4e5212dfffdbf4a5fc429f Mon Sep 17 00:00:00 2001
From: mole <mole@groomla.ke>
Date: Mon, 28 Apr 2025 01:03:20 +0100
Subject: [PATCH 1/2] Zig from 0.13.0 to 0.14.0
---
srcpkgs/zig/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template
index c70e908c3842be..1dd9f4d7baebbb 100644
--- a/srcpkgs/zig/template
+++ b/srcpkgs/zig/template
@@ -1,6 +1,6 @@
# Template file for 'zig'
pkgname=zig
-version=0.13.0
+version=0.14.0
revision=1
archs="x86_64* aarch64*"
build_style=cmake
@@ -8,13 +8,13 @@ configure_args="-DZIG_TARGET_MCPU=baseline"
make_cmd=make
# we add xml2, zstd, zlib and ncurses
# because our lld is static-only and requires those to work
-makedepends="clang18-devel llvm18-devel lld18-devel libxml2-devel libzstd-devel ncurses-devel zlib-devel"
+makedepends="clang19-devel llvm19-devel lld19-devel libxml2-devel libzstd-devel ncurses-devel zlib-devel"
short_desc="Programming language designed for robustness, optimality, and clarity"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mole <mole@groomla.ke>"
license="MIT"
homepage="https://ziglang.org"
distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
-checksum=06c73596beeccb71cc073805bdb9c0e05764128f16478fa53bf17dfabc1d4318
+checksum=c76638c03eb204c4432ae092f6fa07c208567e110fbd4d862d131a7332584046
nopie=yes
nocross=yes
From 7b221f54411962fc22681b0465591fe91e73532a Mon Sep 17 00:00:00 2001
From: mole <mole@groomla.ke>
Date: Mon, 28 Apr 2025 01:04:14 +0100
Subject: [PATCH 2/2] Zls from 0.13.0 to 0.14.0
---
srcpkgs/zls/template | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/zls/template b/srcpkgs/zls/template
index 887475ed8d2eab..8125c21fef3d7a 100644
--- a/srcpkgs/zls/template
+++ b/srcpkgs/zls/template
@@ -1,17 +1,19 @@
# Template file for 'zls'
pkgname=zls
-version=0.13.0
+version=0.14.0
revision=1
build_style=zig-build
configure_args="-Dpie"
short_desc="Zig language server"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mole <mole@groomla.ke>"
license="MIT"
homepage="https://github.com/zigtools/zls"
_tracy_gitrev="37aff70dfa50cf6307b3fee6074d627dc2929143"
distfiles="https://github.com/zigtools/zls/archive/refs/tags/${version}.tar.gz
https://github.com/wolfpld/tracy/archive/${_tracy_gitrev}.tar.gz"
-checksum="2e8046b6b0de765a4bf4bb828345e2badc8b828bc257dc931d0f56b147684d9f
+#checksum="2e8046b6b0de765a4bf4bb828345e2badc8b828bc257dc931d0f56b147684d9f
+# c24ce6179df7efb8a114fe409d197e26e4b937c6fc1258bea15840b15b1f79ff"
+checksum="44cae74073b2f75cf627755398afadafaa382cccf7555b5b66b147dcaa6cef0d
c24ce6179df7efb8a114fe409d197e26e4b937c6fc1258bea15840b15b1f79ff"
skip_extraction="${_tracy_gitrev}.tar.gz"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: zig & zls: update to 0.14.0
2025-04-28 0:08 [PR PATCH] zig & zls: update to 0.14.0 molegl
@ 2025-04-28 0:11 ` classabbyamp
2025-04-28 0:11 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2025-04-28 0:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
There's a closed pull request on the void-packages repository
zig & zls: update to 0.14.0
https://github.com/void-linux/void-packages/pull/55203
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: zig & zls: update to 0.14.0
2025-04-28 0:08 [PR PATCH] zig & zls: update to 0.14.0 molegl
2025-04-28 0:11 ` [PR PATCH] [Closed]: " classabbyamp
@ 2025-04-28 0:11 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2025-04-28 0:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/55203#issuecomment-2833713914
Comment:
duplicate of #54650
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-28 0:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-28 0:08 [PR PATCH] zig & zls: update to 0.14.0 molegl
2025-04-28 0:11 ` [PR PATCH] [Closed]: " classabbyamp
2025-04-28 0:11 ` 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).