diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-03-09 04:23:20 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-03-09 04:23:20 +0800 |
commit | a6d01b2766a11c66907b27d674b4162efb3c28f4 (patch) | |
tree | ac377bd3058e84677c9b2d0fabe2a33d423a7c07 /lang | |
parent | 2626c347c7593c5f418e6a70d34f44b382cb092b (diff) | |
download | freebsd-ports-gnome-a6d01b2766a11c66907b27d674b4162efb3c28f4.tar.gz freebsd-ports-gnome-a6d01b2766a11c66907b27d674b4162efb3c28f4.tar.zst freebsd-ports-gnome-a6d01b2766a11c66907b27d674b4162efb3c28f4.zip |
Update to the 20210306 snapshot of GCC 10.2.1.
This brings a back port to the arm and two to the x86 back ends, five
for the optimizers, one related to debug information, and six for the
C++ back end.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc10-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc10-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index 60a49e09c1b4..e53930f446e5 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 10.2.1.s20210227 +PORTVERSION= 10.2.1.s20210306 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index c69efb38b26f..fe64d1be8f4d 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614497309 -SHA256 (gcc-10-20210227.tar.xz) = 715d223d27a2eb9633d2bc1833b6b6622603e3469302cd16c38d27da15442837 -SIZE (gcc-10-20210227.tar.xz) = 71535340 +TIMESTAMP = 1615070986 +SHA256 (gcc-10-20210306.tar.xz) = 63869d5132bf9ff15e0b6c3d8235d6c9b5d5a2dbf1b2e375e354febafb993a54 +SIZE (gcc-10-20210306.tar.xz) = 71546644 |