Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zig: update to 0.7.1.
@ 2020-12-13 21:50 ifreund
  2020-12-13 21:52 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ifreund @ 2020-12-13 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages bump-zig
https://github.com/void-linux/void-packages/pull/27129

zig: update to 0.7.1.


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

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

From 540d38c79274507f9a86cc7e3490d65c261573c9 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 13 Dec 2020 22:48:57 +0100
Subject: [PATCH] zig: update to 0.7.1.

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

diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template
index 727a675383a..e9fda2f3cde 100644
--- a/srcpkgs/zig/template
+++ b/srcpkgs/zig/template
@@ -1,6 +1,6 @@
 # Template file for 'zig'
 pkgname=zig
-version=0.7.0
+version=0.7.1
 revision=1
 archs="x86_64* aarch64*"
 build_style=cmake
@@ -10,7 +10,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
 homepage="https://ziglang.org/"
 distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
-checksum=0efd2cf6c3b05723db80e9cf193bc55150bba84ca41f855a90f53fc756445f83
+checksum=2db3b944ab368d955b48743d9f7c963b8f96de1a441ba5a35e197237cc6dae44
 nopie=yes
 nocross=yes
 

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

* Re: zig: update to 0.7.1.
  2020-12-13 21:50 [PR PATCH] zig: update to 0.7.1 ifreund
@ 2020-12-13 21:52 ` ericonr
  2020-12-13 22:00 ` ifreund
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-13 21:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27129#issuecomment-744074365

Comment:
@ifreund do you want to pull in changes from #25004 ? If they make sense, of course, I don't entirely remember the conclusions there :) 

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

* Re: zig: update to 0.7.1.
  2020-12-13 21:50 [PR PATCH] zig: update to 0.7.1 ifreund
  2020-12-13 21:52 ` ericonr
@ 2020-12-13 22:00 ` ifreund
  2020-12-13 22:11 ` ericonr
  2020-12-13 22:11 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ifreund @ 2020-12-13 22:00 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/27129#issuecomment-744075422

Comment:
> @ifreund do you want to pull in changes from #25004 ? If they make sense, of course, I don't entirely remember the conclusions there :)

I could take a look at getting cross compilation working but that would be much more involved to implement and to review. It would be nice if the trivial version bump was merged in the meantime (and not only so river's CI starts working again).

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

* Re: zig: update to 0.7.1.
  2020-12-13 21:50 [PR PATCH] zig: update to 0.7.1 ifreund
  2020-12-13 21:52 ` ericonr
  2020-12-13 22:00 ` ifreund
@ 2020-12-13 22:11 ` ericonr
  2020-12-13 22:11 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-13 22:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27129#issuecomment-744076762

Comment:
Fair enough :)

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

* Re: [PR PATCH] [Merged]: zig: update to 0.7.1.
  2020-12-13 21:50 [PR PATCH] zig: update to 0.7.1 ifreund
                   ` (2 preceding siblings ...)
  2020-12-13 22:11 ` ericonr
@ 2020-12-13 22:11 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-13 22:11 UTC (permalink / raw)
  To: ml

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

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

zig: update to 0.7.1.
https://github.com/void-linux/void-packages/pull/27129

Description:


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

end of thread, other threads:[~2020-12-13 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 21:50 [PR PATCH] zig: update to 0.7.1 ifreund
2020-12-13 21:52 ` ericonr
2020-12-13 22:00 ` ifreund
2020-12-13 22:11 ` ericonr
2020-12-13 22:11 ` [PR PATCH] [Merged]: " ericonr

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