sort configs

This commit is contained in:
crazywhalecc 2023-11-05 17:55:39 +08:00
parent 672a4102cd
commit fbf5c958d0
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
3 changed files with 15 additions and 15 deletions

View File

@ -518,4 +518,4 @@
"zstd" "zstd"
] ]
} }
} }

View File

@ -141,12 +141,6 @@
"libxml2" "libxml2"
] ]
}, },
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
},
"ldap": { "ldap": {
"source": "ldap", "source": "ldap",
"static-libs-unix": [ "static-libs-unix": [
@ -159,6 +153,12 @@
"libsodium" "libsodium"
] ]
}, },
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
},
"libavif": { "libavif": {
"source": "libavif", "source": "libavif",
"static-libs-unix": [ "static-libs-unix": [

View File

@ -154,19 +154,19 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"libargon2": { "ldap": {
"type": "git", "type": "filelist",
"rev": "master", "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
"url": "https://github.com/mpociot/phc-winner-argon2", "regex": "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/",
"license": { "license": {
"type": "file", "type": "file",
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"ldap": { "libargon2": {
"type": "filelist", "type": "git",
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/", "rev": "master",
"regex": "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/", "url": "https://github.com/mpociot/phc-winner-argon2",
"license": { "license": {
"type": "file", "type": "file",
"path": "LICENSE" "path": "LICENSE"