We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae4a00 commit daa694aCopy full SHA for daa694a
2 files changed
config/ext.json
@@ -287,6 +287,7 @@
287
"support": {
288
"BSD": "wip"
289
},
290
+ "arg-type": "with-path",
291
"type": "external",
292
"source": "ext-gmssl",
293
"lib-depends": [
config/source.json
@@ -421,9 +421,9 @@
421
}
422
423
"gmssl": {
424
- "type": "ghtar",
425
- "repo": "guanzhi/GmSSL",
426
- "provide-pre-built": true,
+ "type": "git",
+ "url": "https://github.com/guanzhi/GmSSL.git",
+ "rev": "master",
427
"license": {
428
"type": "file",
429
"path": "LICENSE"
0 commit comments