vcpkg/ports/libgcrypt/vcpkg.json
Vitaly 303bac3e4c
[libgcrypt] Fix release only build (#22250)
* [libgcrypt] Fix release only build

* Update version database

* Removed deprecated call

* Update version database
2021-12-30 10:28:33 -08:00

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