Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 771c833

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7527814 + 87dedaf commit 771c833

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/.vitepress/config/ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"lib-depends": [
174174
"imap"
175175
],
176-
"lib-suggests": [
176+
"ext-suggests": [
177177
"openssl"
178178
]
179179
},

docs/.vitepress/config/source.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,9 @@
480480
}
481481
},
482482
"ncurses": {
483-
"alt": {
484-
"type": "filelist",
485-
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
486-
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/"
487-
},
488-
"type": "url",
489-
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz",
483+
"type": "filelist",
484+
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
485+
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
490486
"license": {
491487
"type": "file",
492488
"path": "COPYING"

0 commit comments

Comments
 (0)