mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:22:47 +08:00
303bac3e4c
* [libgcrypt] Fix release only build * Update version database * Removed deprecated call * Update version database
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"name": "libgcrypt",
|
|
"version": "1.9.4",
|
|
"port-version": 2,
|
|
"description": "A general purpose cryptographic library",
|
|
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
|
|
"supports": "linux | osx",
|
|
"dependencies": [
|
|
"libgpg-error"
|
|
]
|
|
}
|