From 280e3f1a12dcd710e4bad92740365b155d55ba90 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:36:42 -0400 Subject: [PATCH] jruby: Update to version 10.0.2.0 (#7122) Looks like they switched file hosting from AWS to Maven. The same files are available from the github releases, so it may make since to switch to github style autoupdate for this one... --- bucket/jruby.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jruby.json b/bucket/jruby.json index d10c420f48..12c066823f 100644 --- a/bucket/jruby.json +++ b/bucket/jruby.json @@ -1,5 +1,5 @@ { - "version": "10.0.0.0", + "version": "10.0.2.0", "description": "The Ruby Programming Language on the JVM.", "homepage": "https://www.jruby.org/", "license": { @@ -13,9 +13,9 @@ "suggest": { "JDK": "java/openjdk" }, - "url": "https://s3.amazonaws.com/jruby.org/downloads/10.0.0.0/jruby-bin-10.0.0.0.zip", - "hash": "2d65d414c22393309e45e8a6afec2c5c5714e75b218860ba849a41fb680b4291", - "extract_dir": "jruby-10.0.0.0", + "url": "https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.2.0/jruby-dist-10.0.2.0-bin.zip", + "hash": "cc85bc72152d29629585e53ebf85723725bbd506d985695c3ad3822aadbf8202", + "extract_dir": "jruby-10.0.2.0", "env_add_path": [ "bin", "gems\\bin" @@ -31,7 +31,7 @@ "regex": "Current Release:\\s+JRuby\\s+([\\d.]+)" }, "autoupdate": { - "url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip", + "url": "https://repo1.maven.org/maven2/org/jruby/jruby-dist/$version/jruby-dist-$version-bin.zip", "hash": { "url": "$url.sha256" },