Skip to content

Commit f36b5e6

Browse files
committed
downloads: upgrade to GCC 9.1.0
We might as well use the latest GCC.
1 parent 5b5a953 commit f36b5e6

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
@@ -65,10 +65,10 @@
6565
'version': '3.7.3',
6666
},
6767
'gcc': {
68-
'url': 'https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.xz',
69-
'size': 63460876,
70-
'sha256': '196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080',
71-
'version': '8.2.0',
68+
'url': 'https://ftp.gnu.org/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.xz',
69+
'size': 70546856,
70+
'sha256': '79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0',
71+
'version': '9.1.0',
7272
},
7373
'gdbm': {
7474
'url': 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz',

0 commit comments

Comments
 (0)