Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2022.07.
@ 2022-08-04  0:17 atweiden
  2022-08-07  0:09 ` [PR PATCH] [Updated] " atweiden
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: atweiden @ 2022-08-04  0:17 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/38464

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

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

From 5d0bcedac75b4c9868cf1938dd62b574e22df419 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Aug 2022 22:16:33 +1000
Subject: [PATCH 1/3] MoarVM: update to 2022.07.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index a2f9c1597540..c4ebff3116b5 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2022.06
+version=2022.07
 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=598ddf88c18f4d3825970cd391eebcaf66984d43ebf1ef43116356365b6bfe60
+checksum=337ef04d16f826f99465c653b92006028fe220be68d3dcfd0729612f4f6b5b46
 nocross=yes
 shlib_provides="libmoar.so"

From 9eeab659ec46c8b8399e5a74ed1f56a5cc3280b9 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Aug 2022 22:17:50 +1000
Subject: [PATCH 2/3] nqp: update to 2022.07.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index b2cf7f1775b7..0efae94dcf79 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2022.06
+version=2022.07
 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=8edf620e5994b265578a037eebdca0e3d622f993ef89a4195553fa01f81e4f24
+checksum=58081c106d672a5406018fd69912c8d485fd12bf225951325c50c929a8232268
 nocross=yes

From 9970976e9295ee54034a17a7f435caabd8caaf46 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Aug 2022 22:19:00 +1000
Subject: [PATCH 3/3] rakudo: update to 2022.07.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index b29a5a3c3f0f..6482da205016 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2022.06
+version=2022.07
 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=fc31b3bfb006e70df918c6f0cea110d1e3d354c3dbe6d86ad75dc60f6090c0e8
+checksum=7a3bc9d654e1d2792a055b4faf116ef36d141f6b6adde7aa70317705f26090ad
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

end of thread, other threads:[~2022-11-08 22:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04  0:17 [PR PATCH] rakudo: update to 2022.07 atweiden
2022-08-07  0:09 ` [PR PATCH] [Updated] " atweiden
2022-11-05  2:13 ` github-actions
2022-11-08 20:43 ` leahneukirchen
2022-11-08 22:10 ` [PR PATCH] [Updated] " atweiden
2022-11-08 22:37 ` atweiden
2022-11-08 22:45 ` [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).