We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d5f41 commit b74e205Copy full SHA for b74e205
lib/ruby_installer/build/components/01_msys2.rb
@@ -42,9 +42,9 @@ def execute(args)
42
43
private
44
45
- MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20241208"
+ MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20251213"
46
MSYS2_URI = "https://repo.msys2.org/distrib/x86_64/msys2-x86_64-#{MSYS2_VERSION}.exe"
47
- MSYS2_SHA256 = "dcce4f115cdcb76453c3f0937c8c2629c3b1923f34bc2aa50fd39e9a63ade1fa"
+ MSYS2_SHA256 = "d0ff26a909c7ba4b7b1b5b4f5fab057b624549ab4f77811794c2076e8786ac53"
48
49
def msys2_download_uri
50
MSYS2_URI
0 commit comments