mingw-w64-binutils: updated to version 2.37

This commit is contained in:
Matt Housh 2022-09-28 17:08:20 -05:00
parent 4061199617
commit 496a75b4f0
3 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,6 @@ drwxr-xr-x root/root usr/i686-w64-mingw32/lib/ldscripts/
-rw-r--r-- root/root usr/i686-w64-mingw32/lib/ldscripts/i386pe.xu
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bfd-plugins/
-rwxr-xr-x root/root usr/lib/bfd-plugins/libdep.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31vILEmCm050CSNrnqHsMMd5+q6XpsaWeeHZnKK0GtIuDcIocRoKMlZBWmbqbzbHh12VsVkBZDoYuw4osVNcWQ8=
SHA256 (Pkgfile) = 248c8c879e52d9503357085f88526d8da3a2ef70dc2b029c4da9d6be4c443281
SHA256 (.footprint) = 4e569c643e4f80dc10a549a33dd0a2cdc20d56d8584e3c7a2e3fb58567b45e7f
SHA256 (binutils-2.36.1.tar.xz) = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TpYxOxlPECsXMAtOkZW7Tc9zN70mpZ3jsODsRc/QDxersM1vi54ZArVNJcbuWhnyTjugM+CHDD6CrrHF8EwKQE=
SHA256 (Pkgfile) = ebd1f4750c1898c140cf5a0c67cef8b1b675b0424e72d56304eabc1e8b6ccaf9
SHA256 (.footprint) = 3767c20e567562b55321595415e292e885a69bb49a0170549b83523c7f564095
SHA256 (binutils-2.37.tar.xz) = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c

View File

@ -3,7 +3,7 @@
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=mingw-w64-binutils
version=2.36.1
version=2.37
release=1
source=(http://ftpmirror.gnu.org/gnu/binutils/binutils-$version.tar.xz)
@ -21,4 +21,5 @@ build() {
cd ..
done
rm -r $PKG/usr/share/info
rm $PKG/usr/lib/bfd-plugins/libdep.so
}