From daa694ab2c944bfa5b0b4fb0a2276c6127560ecc Mon Sep 17 00:00:00 2001 From: henderkes Date: Fri, 5 Jun 2026 10:07:12 +0700 Subject: [PATCH] gmssl update --- config/ext.json | 1 + config/source.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/ext.json b/config/ext.json index c47d53fd..59cf561f 100644 --- a/config/ext.json +++ b/config/ext.json @@ -287,6 +287,7 @@ "support": { "BSD": "wip" }, + "arg-type": "with-path", "type": "external", "source": "ext-gmssl", "lib-depends": [ diff --git a/config/source.json b/config/source.json index 2d918057..127407f1 100644 --- a/config/source.json +++ b/config/source.json @@ -421,9 +421,9 @@ } }, "gmssl": { - "type": "ghtar", - "repo": "guanzhi/GmSSL", - "provide-pre-built": true, + "type": "git", + "url": "https://github.com/guanzhi/GmSSL.git", + "rev": "master", "license": { "type": "file", "path": "LICENSE"