Skip to content

Commit 45c4e93

Browse files
committed
Fix release version to 3.3.7-1
1 parent 0f96bfc commit 45c4e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ri-msys/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
6060

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

packages/ri/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
5353

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

0 commit comments

Comments
 (0)