diff options
author | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:13:10 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:13:10 +0200 |
commit | f19adfa825aed3281d2082c6c210e04c37d8e053 (patch) | |
tree | 2217bbadb58fc3557c173fb5be54214560e781f7 /core/gcc | |
parent | ef043e21b1efffe4f00fbd3d9f6ce3d513d3f3c4 (diff) | |
download | repository-f19adfa825aed3281d2082c6c210e04c37d8e053.tar.gz |
gcc: bump to 13.2.0
Diffstat (limited to 'core/gcc')
-rw-r--r-- | core/gcc/checksums | 2 | ||||
-rw-r--r-- | core/gcc/sources | 2 | ||||
-rw-r--r-- | core/gcc/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/gcc/checksums b/core/gcc/checksums index ac566ea4..571deb53 100644 --- a/core/gcc/checksums +++ b/core/gcc/checksums @@ -1,5 +1,5 @@ %BLAKE3 -265bb02f18c6ffb017d5acf80b7cf03ada7f0013143fa99ad89513c1cd02075f gcc-13.1.0.tar.xz +875af4d704560973ada577955392735ded87e6fd304bd0cbaf8ac795390501c7 gcc-13.2.0.tar.xz 52cecfbbe286820d1f8bc118769008acb6451bd074fe6dea9e868d54b2ada855 gmp-6.2.1.tar.xz 4e95c8d9eda9a18d01dd3ac5879437c51aa0357b6feb997aa4aeb30762a903e1 mpfr-4.2.0.tar.xz 86d083c43c08e98d4470c006a01e0df727c8ff56ddd2956b170566ba8c9a46de mpc-1.3.1.tar.gz diff --git a/core/gcc/sources b/core/gcc/sources index 0998a6ac..5ca396bf 100644 --- a/core/gcc/sources +++ b/core/gcc/sources @@ -1,4 +1,4 @@ -https://gcc.gnu.org/pub/gcc/releases/gcc-13.1.0/gcc-13.1.0.tar.xz gcc +https://gcc.gnu.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz gcc https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.0.tar.xz gcc/mpfr https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz gcc/mpc diff --git a/core/gcc/version b/core/gcc/version index 3432ff40..510ef747 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -13.1.0 1 +13.2.0 1 |