vcpkg/ports/rhasheq/vcpkg.json
Thomas1664 06a42bb8ab
[c89stringutils, rhasheq] Update (#32829)
* [c89stringutils] Update to 0.0.2

* test UWP

* [rhasheq] Update to latest commit

* version

* version

* Use correct date

* version

* Add rhash patch

* version

* add find_dependency

* version

* remove custom find module

* version
2023-08-03 10:26:49 -07:00

20 lines
434 B
JSON

{
"name": "rhasheq",
"version-date": "2023-06-17",
"description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
"homepage": "https://github.com/offscale/rhasheq",
"license": "0BSD",
"dependencies": [
"c89stringutils",
"rhash",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}