Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2024.10.
@ 2024-10-26 17:02 atweiden
  2024-10-28 21:17 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2024-10-26 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/52788

rakudo: update to 2024.10.
#### 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

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

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

From c1334a05b77ab04247f79720353e03a25e7e5e33 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sat, 26 Oct 2024 16:17:24 +0000
Subject: [PATCH 1/3] MoarVM: update to 2024.10.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index bd16bb9ea3744e..1af4f6e4734aae 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2024.07
+version=2024.10
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,7 +15,7 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=625241fe1578341f6099784f0ea82a62b8a638855c3b8fa604d6ce9e5024fe29
+checksum=055cfeefa3ea081039b75b2a89f6ea063cb3a489643e3dc8db8497a9a02372c9
 nocross=yes
 shlib_provides="libmoar.so"
 

From c22d021fcb3b6ddfc21d611394fa3ad2728435ad Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sat, 26 Oct 2024 16:19:46 +0000
Subject: [PATCH 2/3] nqp: update to 2024.10.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 99be92392caded..0aeb86d15568a5 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2024.07
+version=2024.10
 revision=1
 build_style=configure
 make_check_target=test
@@ -14,7 +14,7 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
-checksum=ab13f2de962817bfedc971088aa6b54911c424150dc284623444ef64878af07e
+checksum=1fd1ea24af91fa64f72880af8351de5970c3499dc89699a435572eee0cf5f482
 case "$XBPS_TARGET_MACHINE" in
 	arm*|aarch64*) disable_parallel_build=yes;;
 esac

From 23bf6e747f26d63e37bfed5386d3824e183d6cab Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sat, 26 Oct 2024 16:20:46 +0000
Subject: [PATCH 3/3] rakudo: update to 2024.10.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index df392a6aebe8ad..f7991c5a1e0146 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2024.07
+version=2024.10
 revision=1
 build_style=configure
 make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
-checksum=e1a92f19c3e987c84bf089947e5f17b498069949bcad1163cff516586764ae3c
+checksum=fceb6aa9493c3c870d769152b3fac362af68b8f09a44da681f166eff54ec9050
 case "$XBPS_TARGET_MACHINE" in
 	arm*|aarch64*) disable_parallel_build=yes;;
 esac

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2024.10.
  2024-10-26 17:02 [PR PATCH] rakudo: update to 2024.10 atweiden
@ 2024-10-28 21:17 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2024-10-28 21:17 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2024.10.
https://github.com/void-linux/void-packages/pull/52788

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

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

end of thread, other threads:[~2024-10-28 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-26 17:02 [PR PATCH] rakudo: update to 2024.10 atweiden
2024-10-28 21:17 ` [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).