Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2022.04.
@ 2022-04-26 21:36 atweiden
  2022-04-27 11:56 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2022-04-26 21:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 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/36877

rakudo: update to 2022.04.
#### 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/36877.patch is attached

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

From 2febf8936d1b02ec7f1e7f9506faabe4ed3908e8 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Wed, 27 Apr 2022 04:59:12 +0800
Subject: [PATCH 1/3] MoarVM: update to 2022.04.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 9386751ab79a..e48fd6c8af8e 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2022.03
+version=2022.04
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ 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=fb71cd13912464482b99b33f0c06e9fd7c51a151c6e632a9220cf93c5855fdaf
+checksum=ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804
 nocross=yes
 shlib_provides="libmoar.so"

From 360cd1c8988af183f27ba8d35695d68546c384c6 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Wed, 27 Apr 2022 05:00:16 +0800
Subject: [PATCH 2/3] nqp: update to 2022.04.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 52ec0153fe05..4d698dd1aa73 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2022.03
+version=2022.04
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=a95e778970c4d09c091d2aa299c05036208ce4b4b0d3a7af373198c12258b306
+checksum=556d458e25d3c0464af9f04ea3e92bbde10046066b329188a88663943bd4e79c
 nocross=yes

From abf211fdecb4309128d8946e2f1cf51312788575 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Wed, 27 Apr 2022 05:01:19 +0800
Subject: [PATCH 3/3] rakudo: update to 2022.04.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 6a0345b57907..67fd64f1ebb5 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2022.03
+version=2022.04
 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/${pkgname}-${version}.tar.gz"
-checksum=03e215b001a879747618d6fc18eb7f89c0b812f5e543a43ed66c13439ea8a227
+checksum=7e13a8cc927efbe86b8ff7b19155a60a6f6e2b6e2952bd690dcacef2d02a1c74
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2022.04.
  2022-04-26 21:36 [PR PATCH] rakudo: update to 2022.04 atweiden
@ 2022-04-27 11:56 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-04-27 11:56 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2022.04.
https://github.com/void-linux/void-packages/pull/36877

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:[~2022-04-27 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 21:36 [PR PATCH] rakudo: update to 2022.04 atweiden
2022-04-27 11:56 ` [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).