ruby: Update to version 3.4.1-1

This commit is contained in:
github-actions[bot] 2024-12-30 16:30:49 +00:00
parent d247da2073
commit 56999f59a9

View File

@ -1,5 +1,5 @@
{ {
"version": "3.3.6-2", "version": "3.4.1-1",
"description": "A dynamic programming language with a focus on simplicity and productivity.", "description": "A dynamic programming language with a focus on simplicity and productivity.",
"homepage": "https://rubyinstaller.org", "homepage": "https://rubyinstaller.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -9,14 +9,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.7z",
"hash": "85cc68618b615d37c97fe71547ad875a80e25c34cb4593a82075a09b595864b6", "hash": "7c32fe445f9a4047fd770ab6862126d69d98c44935bc120b841f93d474711b9a",
"extract_dir": "rubyinstaller-3.3.6-2-x64" "extract_dir": "rubyinstaller-3.4.1-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x86.7z",
"hash": "960fbc3f64191cdad58023aa9b59a3cbfa7f63530d1635f14c0b173643e92118", "hash": "7d8045a8c8d7ebd79d988e09a1fed123c344084ddfe73cffc9abb9fe7aea156c",
"extract_dir": "rubyinstaller-3.3.6-2-x86" "extract_dir": "rubyinstaller-3.4.1-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",