Skip to content

Commit

Permalink
Fix release version to 3.4.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 18, 2025
1 parent bf596b7 commit ea9c116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/ri-msys/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-2 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[arm-ucrt].map do |arch|
%w[3.4.1-1 head].map do |packagever|
%w[3.4.1-2 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
4 changes: 2 additions & 2 deletions packages/ri/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-2 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[arm-ucrt].map do |arch|
%w[3.4.1-1 head].map do |packagever|
%w[3.4.1-2 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down

0 comments on commit ea9c116

Please sign in to comment.