Skip to content

Commit 446f89b

Browse files
committed
downloads: upgrade GCC to 10.2.0
1 parent a8761b3 commit 446f89b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"python_tag": "cp38",
7272
},
7373
"gcc": {
74-
"url": "https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz",
75-
"size": 70533868,
76-
"sha256": "71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1",
77-
"version": "9.3.0",
74+
"url": "https://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.xz",
75+
"size": 75004144,
76+
"sha256": "b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c",
77+
"version": "10.2.0",
7878
},
7979
"gdbm": {
8080
"url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz",

0 commit comments

Comments
 (0)