mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
89c4fdfbe4
* unrar only support windows * update * update * mdnsresponder only support windows * --amend * add !uwp to supports * add !arm64 to supports * Update ports/mdnsresponder/vcpkg.json Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"name": "unrar",
|
|
"version": "5.8.1",
|
|
"port-version": 2,
|
|
"description": "rarlab's unrar library",
|
|
"homepage": "https://www.rarlab.com",
|
|
"supports": "windows & !uwp & !arm & !static"
|
|
}
|