fix ncurses 6.5 build (#439)

This commit is contained in:
Jerry Ma
2024-05-06 14:11:50 +08:00
committed by GitHub
parent 0fee628842
commit 954f8f4ddc
3 changed files with 7 additions and 11 deletions

View File

@@ -480,13 +480,9 @@
}
},
"ncurses": {
"alt": {
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/"
},
"type": "url",
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz",
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
"license": {
"type": "file",
"path": "COPYING"