Skip to content

Commit

Permalink
style: conform to vcpkg manifest format
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock committed Oct 13, 2023
1 parent a705074 commit 5ff77da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ports/cmake-modules/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "cmake-modules",
"version": "1.0.2",
"port-version": 0,
"homepage": "https://github.com/msclock/cmake-modules",
"description": "Some useful cmake module collection",
"homepage": "https://github.com/msclock/cmake-modules",
"license": "Apache-2.0",
"dependencies": [
{
Expand Down
8 changes: 4 additions & 4 deletions versions/c-/cmake-modules.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"versions": [
{
"git-tree": "207d642218fc95eac074b8ff393117929116492e",
"version": "1.0.2",
"git-tree": "3788a01e0461d2d7c60fe7f545dbbeb07046392e",
"port-version": 0
},
{
"version": "1.0.1",
"git-tree": "ece65b31fcf1ec3b32b8a03365a07915c31da8f2",
"version": "1.0.1",
"port-version": 1
},
{
"version": "1.0.1",
"git-tree": "e6311ea2cba3286b5b8785942859a6e97c7135b4",
"version": "1.0.1",
"port-version": 0
},
{
"version": "1.0.0",
"git-tree": "1451a626706e69e8019294d988b7bcd72c260aec",
"version": "1.0.0",
"port-version": 0
}
]
Expand Down

0 comments on commit 5ff77da

Please sign in to comment.