Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Dec 27, 2024
2 parents fc1bd56 + 4f1b170 commit ecf203b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ruby_installer/build/components/01_msys2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def execute(args)

private

MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20221028"
MSYS2_VERSION = ENV['MSYS2_VERSION'] || "20241208"
MSYS2_URI = "https://repo.msys2.org/distrib/x86_64/msys2-x86_64-#{MSYS2_VERSION}.exe"
MSYS2_SHA256 = "9ab223bee2610196ae8e9c9e0a2951a043cac962692e4118ad4d1e411506cd04"
MSYS2_SHA256 = "dcce4f115cdcb76453c3f0937c8c2629c3b1923f34bc2aa50fd39e9a63ade1fa"

def msys2_download_uri
MSYS2_URI
Expand Down

0 comments on commit ecf203b

Please sign in to comment.