Skip to content

Commit dc4c5ad

Browse files
committed
downloads: upgrade ncurses from 6.2 to 6.3
1 parent dc89ccd commit dc4c5ad

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
@@ -228,10 +228,10 @@
228228
"version": "1.2.2",
229229
},
230230
"ncurses": {
231-
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz",
232-
"size": 3425862,
233-
"sha256": "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d",
234-
"version": "6.2",
231+
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.3.tar.gz",
232+
"size": 3583550,
233+
"sha256": "97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059",
234+
"version": "6.3",
235235
"library_names": ["ncurses", "ncursesw", "panel", "panelw"],
236236
"licenses": ["X11"],
237237
"license_file": "LICENSE.ncurses.txt",

0 commit comments

Comments
 (0)