Skip to content

Commit

Permalink
revert ncurses upgrade for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jun 26, 2024
1 parent 4841756 commit 5b0012e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions relenv/build/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,11 @@ def build_python(env, dirs, logfp):
download={
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-{version}.tar.gz",
"fallback_url": "https://woz.io/relenv/dependencies/ncurses-{version}.tar.gz",
"version": "6.5",
"checksum": "cde3024ac3f9ef21eaed6f001476ea8fffcaa381",
# XXX: Need to work out tinfo linkage
# "version": "6.5",
# "checksum": "cde3024ac3f9ef21eaed6f001476ea8fffcaa381",
"version": "6.4",
"checksum": "bb5eb3f34b3ecd5bac8d0b58164b847f135b3d62",
"checkfunc": tarball_version,
},
)
Expand Down

0 comments on commit 5b0012e

Please sign in to comment.