mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
4e095771ae
* [rhash] update to 1.4.2 * update version * remove unused method * overwrite-version
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"name": "rhash",
|
|
"version": "1.4.2",
|
|
"description": "C library for computing a wide variety of hash sums",
|
|
"homepage": "https://github.com/rhash/RHash",
|
|
"license": "0BSD",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|