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"
]
}
}
}

View File

@ -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": [

View File

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