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

Commit 09ad847

Browse files
committed
Sync config files from main
1 parent b785ab7 commit 09ad847

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/.vitepress/config/source.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,14 @@
259259
}
260260
},
261261
"libcares": {
262-
"type": "filelist",
263-
"url": "https://c-ares.org/download/",
264-
"regex": "/href=\"\\/download\\/(?<file>c-ares-(?<version>[^\"]+)\\.tar\\.gz)\"/",
262+
"type": "ghrel",
263+
"repo": "c-ares/c-ares",
264+
"match": "c-ares-.+\\.tar\\.gz",
265+
"alt": {
266+
"type": "filelist",
267+
"url": "https://c-ares.org/download/",
268+
"regex": "/href=\"\\/download\\/(?<file>c-ares-(?<version>[^\"]+)\\.tar\\.gz)\"/"
269+
},
265270
"license": {
266271
"type": "file",
267272
"path": "LICENSE.md"

0 commit comments

Comments
 (0)