From fbf5c958d085a43a7f2b7d9d084397ff55d8ae6e Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 5 Nov 2023 17:55:39 +0800 Subject: [PATCH] sort configs --- config/ext.json | 2 +- config/lib.json | 12 ++++++------ config/source.json | 16 ++++++++-------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/ext.json b/config/ext.json index 85139f1f..130e2cea 100644 --- a/config/ext.json +++ b/config/ext.json @@ -518,4 +518,4 @@ "zstd" ] } -} \ No newline at end of file +} diff --git a/config/lib.json b/config/lib.json index 13f1f1b8..2b9500fd 100644 --- a/config/lib.json +++ b/config/lib.json @@ -141,12 +141,6 @@ "libxml2" ] }, - "libargon2": { - "source": "libargon2", - "static-libs-unix": [ - "libargon2.a" - ] - }, "ldap": { "source": "ldap", "static-libs-unix": [ @@ -159,6 +153,12 @@ "libsodium" ] }, + "libargon2": { + "source": "libargon2", + "static-libs-unix": [ + "libargon2.a" + ] + }, "libavif": { "source": "libavif", "static-libs-unix": [ diff --git a/config/source.json b/config/source.json index 9df19068..12015a21 100644 --- a/config/source.json +++ b/config/source.json @@ -154,19 +154,19 @@ "path": "LICENSE" } }, - "libargon2": { - "type": "git", - "rev": "master", - "url": "https://github.com/mpociot/phc-winner-argon2", + "ldap": { + "type": "filelist", + "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/", + "regex": "/href=\"(?openldap-(?[^\"]+)\\.tgz)\"/", "license": { "type": "file", "path": "LICENSE" } }, - "ldap": { - "type": "filelist", - "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/", - "regex": "/href=\"(?openldap-(?[^\"]+)\\.tgz)\"/", + "libargon2": { + "type": "git", + "rev": "master", + "url": "https://github.com/mpociot/phc-winner-argon2", "license": { "type": "file", "path": "LICENSE"