forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[unrar/mdnsresponder] only windows (microsoft#22643)
* 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 <[email protected]>
- Loading branch information
1 parent
43966c5
commit 89c4fdf
Showing
8 changed files
with
24 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"name": "mdnsresponder", | ||
"version": "878.270.2", | ||
"port-version": 1, | ||
"description": "The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative.", | ||
"homepage": "https://developer.apple.com/bonjour/", | ||
"supports": "!arm" | ||
"supports": "windows & !uwp & !arm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"name": "unrar", | ||
"version-string": "5.8.1", | ||
"port-version": 1, | ||
"version": "5.8.1", | ||
"port-version": 2, | ||
"description": "rarlab's unrar library", | ||
"homepage": "https://www.rarlab.com" | ||
"homepage": "https://www.rarlab.com", | ||
"supports": "windows & !uwp & !arm & !static" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters