vcpkg/ports/rhash/vcpkg.json
Frank 4e095771ae
[rhash] update to 1.4.2 (#24369)
* [rhash] update to 1.4.2

* update version

* remove unused method

* overwrite-version
2022-04-25 17:10:37 -07:00

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