diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-10 19:40:53 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-10 19:40:53 +0100 |
commit | fd1bb067373392c0fea3fa35a2742a73be001829 (patch) | |
tree | 213c9c265d1c2050222378b3b71c7619142d02a6 /core/binutils | |
parent | dc8ece7e33efddd809d33849c5437f491e879f3f (diff) | |
download | repository-fd1bb067373392c0fea3fa35a2742a73be001829.tar.gz |
binutils: bump to 2.38
Diffstat (limited to 'core/binutils')
-rwxr-xr-x | core/binutils/build | 4 | ||||
-rw-r--r-- | core/binutils/checksums | 4 | ||||
-rw-r--r-- | core/binutils/sources | 3 | ||||
-rw-r--r-- | core/binutils/version | 2 |
4 files changed, 4 insertions, 9 deletions
diff --git a/core/binutils/build b/core/binutils/build index 8575b638..59b6ab3e 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -36,7 +36,3 @@ EOF make make DESTDIR="$1" install - -# Manual pages are empty for some reason in binutils-2.37, so -# we are installing the manual pages from 2.36.1 -clman -d "$1" man/*.1 diff --git a/core/binutils/checksums b/core/binutils/checksums index 7e33d13c..d4144843 100644 --- a/core/binutils/checksums +++ b/core/binutils/checksums @@ -1,2 +1,2 @@ -820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c binutils-2.37.tar.xz -f08e2f527ebf2c9ea5af49d3bb39ad659f1845363e35f23c84b8b0840c0b637e binutils-man-2.36.1.tar.xz +%BLAKE3 +c63db7ff486f23454dd37d15df0cce024be5392c75dd1bddebd90b9f63f6319f binutils-2.38.tar.xz diff --git a/core/binutils/sources b/core/binutils/sources index 38a7aa0c..7ded2f7b 100644 --- a/core/binutils/sources +++ b/core/binutils/sources @@ -1,2 +1 @@ -https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz -https://dl.carbslinux.org/distfiles/binutils-man-2.36.1.tar.xz man +https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz diff --git a/core/binutils/version b/core/binutils/version index a3a0f409..2f916e2d 100644 --- a/core/binutils/version +++ b/core/binutils/version @@ -1 +1 @@ -2.37 2 +2.38 1 |