* [Buildroot] [PATCH] package/ruby: bump to 4.0.2
@ 2026-03-23 6:34 Waldemar Brodkorb
2026-03-23 20:09 ` Julien Olivain via buildroot
2026-05-04 14:48 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2026-03-23 6:34 UTC (permalink / raw)
To: buildroot
See here for news in the release:
https://www.ruby-lang.org/en/news/2026/03/16/ruby-4-0-2-released/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/ruby/ruby.hash | 4 ++--
package/ruby/ruby.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/ruby/ruby.hash b/package/ruby/ruby.hash
index bd64f97339..9908fe8d4f 100644
--- a/package/ruby/ruby.hash
+++ b/package/ruby/ruby.hash
@@ -1,5 +1,5 @@
-# https://www.ruby-lang.org/en/news/2026/01/13/ruby-4-0-1-released/
-sha256 0531fe57dfdb56bf591620d2450642ea0e0964f3512a6ebee7dc9305de69395f ruby-4.0.1.tar.xz
+# https://www.ruby-lang.org/en/news/2026/03/16/ruby-4-0-2-released/
+sha256 4618db85bb9ec04d8152d0099db488694a3d3c4f52106625e4ad547f1318db87 ruby-4.0.2.tar.xz
# License files, Locally calculated
sha256 a74812486cffbdc55141a5d9f165d782cbb202660d827622ec966237d4717b99 LEGAL
diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 5e8b40a556..6bd8ad43c5 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -5,7 +5,7 @@
################################################################################
RUBY_VERSION_MAJOR = 4.0
-RUBY_VERSION = $(RUBY_VERSION_MAJOR).1
+RUBY_VERSION = $(RUBY_VERSION_MAJOR).2
RUBY_VERSION_EXT = 4.0.0
RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/ruby: bump to 4.0.2
2026-03-23 6:34 [Buildroot] [PATCH] package/ruby: bump to 4.0.2 Waldemar Brodkorb
@ 2026-03-23 20:09 ` Julien Olivain via buildroot
2026-05-04 14:48 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-23 20:09 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: buildroot
On 23/03/2026 07:34, Waldemar Brodkorb wrote:
> See here for news in the release:
> https://www.ruby-lang.org/en/news/2026/03/16/ruby-4-0-2-released/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/ruby: bump to 4.0.2
2026-03-23 6:34 [Buildroot] [PATCH] package/ruby: bump to 4.0.2 Waldemar Brodkorb
2026-03-23 20:09 ` Julien Olivain via buildroot
@ 2026-05-04 14:48 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-05-04 14:48 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: Thomas Perale, buildroot
In reply of:
> See here for news in the release:
> https://www.ruby-lang.org/en/news/2026/03/16/ruby-4-0-2-released/
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to 2026.02.x. Thanks
> ---
> package/ruby/ruby.hash | 4 ++--
> package/ruby/ruby.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/ruby/ruby.hash b/package/ruby/ruby.hash
> index bd64f97339..9908fe8d4f 100644
> --- a/package/ruby/ruby.hash
> +++ b/package/ruby/ruby.hash
> @@ -1,5 +1,5 @@
> -# https://www.ruby-lang.org/en/news/2026/01/13/ruby-4-0-1-released/
> -sha256 0531fe57dfdb56bf591620d2450642ea0e0964f3512a6ebee7dc9305de69395f ruby-4.0.1.tar.xz
> +# https://www.ruby-lang.org/en/news/2026/03/16/ruby-4-0-2-released/
> +sha256 4618db85bb9ec04d8152d0099db488694a3d3c4f52106625e4ad547f1318db87 ruby-4.0.2.tar.xz
>
> # License files, Locally calculated
> sha256 a74812486cffbdc55141a5d9f165d782cbb202660d827622ec966237d4717b99 LEGAL
> diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
> index 5e8b40a556..6bd8ad43c5 100644
> --- a/package/ruby/ruby.mk
> +++ b/package/ruby/ruby.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> RUBY_VERSION_MAJOR = 4.0
> -RUBY_VERSION = $(RUBY_VERSION_MAJOR).1
> +RUBY_VERSION = $(RUBY_VERSION_MAJOR).2
> RUBY_VERSION_EXT = 4.0.0
> RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
> RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-04 14:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 6:34 [Buildroot] [PATCH] package/ruby: bump to 4.0.2 Waldemar Brodkorb
2026-03-23 20:09 ` Julien Olivain via buildroot
2026-05-04 14:48 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox