Skip to content

Commit 5fd3b1a

Browse files
committed
downloads: upgrade GCC to 9.3.0
Why not.
1 parent 50a391d commit 5fd3b1a

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
@@ -81,10 +81,10 @@
8181
"license_file": "LICENSE.cpython.txt",
8282
},
8383
"gcc": {
84-
"url": "https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz",
85-
"size": 70607648,
86-
"sha256": "ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206",
87-
"version": "9.2.0",
84+
"url": "https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz",
85+
"size": 70533868,
86+
"sha256": "71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1",
87+
"version": "9.3.0",
8888
},
8989
"gdbm": {
9090
"url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz",

0 commit comments

Comments
 (0)