Update Ruby from 3.1.3 to 3.1.7

This commit is contained in:
刘皓 2025-03-28 12:39:46 -04:00
parent 74673ae7ca
commit 0f24e806bb
No known key found for this signature in database
GPG key ID: 7901753DB465B711
3 changed files with 3 additions and 4 deletions

View file

@ -334,7 +334,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.3 --depth 1;
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.7 --depth 1
# ====
init_dirs:

View file

@ -317,8 +317,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.3 --depth 1;
sed -i '' '/: $${PRELOADENV=DYLD_INSERT_LIBRARIES}/g' $(DOWNLOADS)/ruby/configure.ac
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.7 --depth 1
# ====
init_dirs:

View file

@ -314,7 +314,7 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/configure.ac:
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.3 --depth 1;
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch --branch mkxp-z-3.1.7 --depth 1
# ====
init_dirs: