Update jruby-dev to use newer ubuntu download

This commit is contained in:
Benoit Daloze 2025-04-24 22:40:14 +02:00
parent c6ec50f8a5
commit 0a0bb48d3a

View file

@ -1,6 +1,6 @@
case $(uname -s) in
Linux)
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-20.04.tar.gz" jruby
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-24.04.tar.gz" jruby
;;
Darwin)
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-macos-latest.tar.gz" jruby