Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2020.09.
@ 2020-10-01 23:39 atweiden
  2020-10-02 17:02 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2020-10-01 23:39 UTC (permalink / raw)
  To: ml

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

rakudo: update to 2020.09.


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

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

From 585697203a72bcabfedf40961b314796291aeded Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Oct 2020 09:37:52 +1000
Subject: [PATCH 1/3] MoarVM: update to 2020.09.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index f5481a342e0..b71cc8257ba 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.08
+version=2020.09
 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=3ede5e70352885e596b505a8ec6bd302513527578a077102886a5a5a3ef907bf
+checksum=48b21922f8843d53a3bf4c04ef357f1d9d2d8cd96f63c5eb59df72eceda6f922
 nocross=yes
 shlib_provides="libmoar.so"

From d9ba4215436b9fb89f7dcdfc73ea6499059b855c Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Oct 2020 09:40:09 +1000
Subject: [PATCH 2/3] nqp: update to 2020.09.

---
 srcpkgs/nqp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 9fefeacb976..332a146f7d8 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.08.2
+version=2020.09
 revision=1
 build_style=configure
 make_check_target=test
@@ -9,11 +9,11 @@ configure_args="--prefix=/usr --backends=moar"
 hostmakedepends="git perl"
 makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
  libuv-devel"
-depends="MoarVM-${version%.*}_${revision}"
+depends="MoarVM-${version}_${revision}"
 short_desc="Lightweight Raku-like environment for virtual machines"
 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=1cd70091ef1c2d8915f5e08412d4d344c8ebd915870708264182f67cb90ef993
+checksum=b0e2449959b5d34a26542b6fecab82a24b10a74fb8fdf6ed80d98b71f2f17126
 nocross=yes

From be43275b477cd09e91e6c69ce71132f864019b0b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Oct 2020 09:41:55 +1000
Subject: [PATCH 3/3] rakudo: update to 2020.09.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index d00d6a4bdb0..174b073928f 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.08.2
+version=2020.09
 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=9051e4bc4fe273c0999c16c4827eddacd4fd62ff4ec8343a215dcc4d95c11a9b
+checksum=a79e023e32f17415516369e2ee2f3e49e1c2931ca1430b53079ec77db4e5eec7
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2020.09.
  2020-10-01 23:39 [PR PATCH] rakudo: update to 2020.09 atweiden
@ 2020-10-02 17:02 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2020-10-02 17:02 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2020.09.
https://github.com/void-linux/void-packages/pull/25254

Description:


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

end of thread, other threads:[~2020-10-02 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 23:39 [PR PATCH] rakudo: update to 2020.09 atweiden
2020-10-02 17:02 ` [PR PATCH] [Merged]: " Chocimier

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