pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: make sure to update ruby30's version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a161b2aa3db0
branches:  trunk
changeset: 455658:a161b2aa3db0
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jul 07 16:11:57 2021 +0000

description:
lang/ruby: make sure to update ruby30's version

diffstat:

 lang/ruby/rubyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62187c23d7be -r a161b2aa3db0 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Jul 07 16:10:01 2021 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Jul 07 16:11:57 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.234 2021/07/07 16:10:01 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.235 2021/07/07 16:11:57 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@
 # current supported Ruby's version
 RUBY26_VERSION=                2.6.8
 RUBY27_VERSION=                2.7.4
-RUBY30_VERSION=                3.0.1
+RUBY30_VERSION=                3.0.2
 
 # current API compatible version; used for version of shared library
 RUBY26_API_VERSION=    2.6.0



Home | Main Index | Thread Index | Old Index