Skip to content

Commit 990300c

Browse files
committed
downloads: upgrade libffi to 3.3
1 parent 9023845 commit 990300c

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
@@ -130,10 +130,10 @@
130130
"license_file": "LICENSE.libedit.txt",
131131
},
132132
"libffi": {
133-
"url": "ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz",
134-
"size": 940837,
135-
"sha256": "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37",
136-
"version": "3.2.1",
133+
"url": "ftp://sourceware.org/pub/libffi/libffi-3.3.tar.gz",
134+
"size": 1305466,
135+
"sha256": "72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056",
136+
"version": "3.3",
137137
"library_names": ["ffi"],
138138
"licenses": ["MIT"],
139139
"license_file": "LICENSE.libffi.txt",

0 commit comments

Comments
 (0)