Skip to content

Commit

Permalink
(maint) Keep component name consistent with version
Browse files Browse the repository at this point in the history
This commit updates the component name to match the file name and pkg.version.
  • Loading branch information
donoghuc committed Aug 14, 2024
1 parent 515c138 commit 31cab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/ruby-3.2.5.rb
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 31cab34

Please sign in to comment.