Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*-w64-mingw32-binutils: Update to 2.44 #27801

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _resources/port1.0/group/crossbinutils-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ array set crossbinutils.versions_info {
sha256 13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd \
size 28174300
}}
2.44 {xz {
rmd160 44386f5741ed548a4648f0b71192a301efa4e351 \
sha256 ce2017e059d63e67ddb9240e9d4ec49c2893605035cd60e92ad53177f4377237 \
size 27285788
}}
}

proc crossbinutils.setup {target version} {
Expand Down
2 changes: 1 addition & 1 deletion cross/i686-w64-mingw32-binutils/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup crossbinutils 1.0
set mingw_name w64-mingw32
set mingw_arch i686
set mingw_target ${mingw_arch}-${mingw_name}
crossbinutils.setup ${mingw_target} 2.43.1
crossbinutils.setup ${mingw_target} 2.44
revision 0

maintainers {@Gcenx gmail.com:gcenx83} openmaintainer
Expand Down
2 changes: 1 addition & 1 deletion cross/x86_64-w64-mingw32-binutils/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup crossbinutils 1.0
set mingw_name w64-mingw32
set mingw_arch x86_64
set mingw_target ${mingw_arch}-${mingw_name}
crossbinutils.setup ${mingw_target} 2.43.1
crossbinutils.setup ${mingw_target} 2.44
revision 0

maintainers {@Gcenx gmail.com:gcenx83} openmaintainer
Expand Down