Skip to content

Commit a22a552

Browse files
committed
Ruby 3.2 bump
1 parent 1f11010 commit a22a552

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

config/software/metasploit-framework.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def has_windows_metasploit_framework_repo?
3131
dependency "postgresql"
3232
end
3333

34-
ruby_abi_version = "3.1.0"
34+
ruby_abi_version = "3.2.0"
3535
# This depends on extra system libraries on OS X
3636
whitelist_file "#{install_dir}//embedded/framework/data/isight.bundle"
3737

config/software/ruby-windows.rb

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name "ruby-windows"
18-
default_version "3.1.5-1"
18+
default_version "3.2.5-1"
1919

2020
if windows_arch_i386?
2121
relative_path "rubyinstaller-#{version}-x86"
@@ -62,6 +62,10 @@
6262
source sha256: "f31eece5b5c64563829117d41c09ed87572c595e5d64a525d49c1dd9c50dccca"
6363
end
6464

65+
version "3.2.5-1" do
66+
source sha256: "3e17f7e60834cfac4b2aae13677c19d3222b52bee328c3c22629246c00cd543c"
67+
end
68+
6569
source url: "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-#{version}/rubyinstaller-#{version}-x64.7z"
6670
end
6771

config/software/ruby.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# the default versions should always be the latest release of ruby
2727
# if you consume this definition it is your responsibility to pin
2828
# to the desired version of ruby. don't count on this not changing.
29-
default_version "3.1.5"
29+
default_version "3.2.5"
3030

3131
dependency "zlib"
3232
dependency "openssl"
@@ -42,6 +42,8 @@
4242
dependency "ncurses" if freebsd?
4343

4444
# version_list: url=https://cache.ruby-lang.org/pub/ruby/ filter=*.tar.gz
45+
46+
version("3.2.5") { source sha256: "ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16" }
4547
version("3.2.2") { source sha256: "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" }
4648
version("3.2.0") { source sha256: "daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272" }
4749
version("3.1.4") { source sha256: "a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6" }

config/software/winpcap-devpack.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
source url: "https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip"
3030

3131
build do
32-
ruby_api_version = "3.1.0"
32+
ruby_api_version = "3.2.0"
3333

3434
mkdir "#{install_dir}/embedded/lib"
3535
if windows_arch_i386?

0 commit comments

Comments
 (0)