From 31cab347732ca83d6663118e9665f611c427a439 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Wed, 14 Aug 2024 09:39:22 -0700 Subject: [PATCH] (maint) Keep component name consistent with version This commit updates the component name to match the file name and pkg.version. --- configs/components/ruby-3.2.5.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/components/ruby-3.2.5.rb b/configs/components/ruby-3.2.5.rb index 2ddfd6dfa..433c33698 100644 --- a/configs/components/ruby-3.2.5.rb +++ b/configs/components/ruby-3.2.5.rb @@ -1,5 +1,5 @@ # The file name of the ruby component must match the ruby_version -component 'ruby-3.2.4' do |pkg, settings, platform| +component 'ruby-3.2.5' do |pkg, settings, platform| pkg.version '3.2.5' pkg.sha256sum 'ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16'