From e23bb705c926d1b38dce29441bd1a3ed5465ae06 Mon Sep 17 00:00:00 2001 From: Struma Date: Thu, 13 Jan 2022 15:03:28 -0500 Subject: [PATCH] upgrade to ruby 3.1 --- linux/Makefile | 2 +- macos/Dependencies/dependencies.make | 2 +- windows/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 36f933a3..bde1c9df 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -326,7 +326,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: - $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; + $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z-3.1; # ==== init_dirs: diff --git a/macos/Dependencies/dependencies.make b/macos/Dependencies/dependencies.make index d432f7a7..b6b57bca 100644 --- a/macos/Dependencies/dependencies.make +++ b/macos/Dependencies/dependencies.make @@ -314,7 +314,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: - $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z; + $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1; # ==== init_dirs: diff --git a/windows/Makefile b/windows/Makefile index dcc0bcfe..7df8c901 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -309,7 +309,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: - $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; + $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z-3.1; # ==== init_dirs: