mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 10:29:06 +08:00
6dbf434e21
* [libgcrypt] update to 1.9.3 * [libgcrypt] use numeric versioning * [libgcrypt] fix description * [libgcrypt] update to 1.9.4 Use upstream Git repo, since the GitHub mirror appears out-of-sync * [libgcrypt] update versions
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"name": "libgcrypt",
|
|
"version": "1.9.4",
|
|
"description": "A general purpose cryptographic library",
|
|
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
|
|
"supports": "linux | osx",
|
|
"dependencies": [
|
|
"libgpg-error"
|
|
]
|
|
}
|