Skip to content

Commit b74e205

Browse files
committed
Update MSYS2 base image [ci skip]
1 parent 09d5f41 commit b74e205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ruby_installer/build/components/01_msys2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def execute(args)
4242

4343
private
4444

45-
MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20241208"
45+
MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20251213"
4646
MSYS2_URI = "https://repo.msys2.org/distrib/x86_64/msys2-x86_64-#{MSYS2_VERSION}.exe"
47-
MSYS2_SHA256 = "dcce4f115cdcb76453c3f0937c8c2629c3b1923f34bc2aa50fd39e9a63ade1fa"
47+
MSYS2_SHA256 = "d0ff26a909c7ba4b7b1b5b4f5fab057b624549ab4f77811794c2076e8786ac53"
4848

4949
def msys2_download_uri
5050
MSYS2_URI

0 commit comments

Comments
 (0)