add nghttp3 and ngtcp2

This commit is contained in:
DubbleClick
2025-06-05 09:44:03 +07:00
parent 8919a2fcca
commit bb7e0f6f89
11 changed files with 172 additions and 16 deletions

View File

@@ -713,6 +713,16 @@
"path": "COPYING"
}
},
"ngtcp2": {
"type": "ghrel",
"repo": "ngtcp2/ngtcp2",
"match": "ngtcp2.+\\.tar\\.xz",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING"
}
},
"onig": {
"type": "ghrel",
"repo": "kkos/oniguruma",