Skip to content

Commit

Permalink
[cwalk] update to 1.2.7 (microsoft#34104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored and clementperon committed Oct 16, 2023
1 parent 66a4554 commit ec10d2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/cwalk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO likle/cwalk
REF v1.2.6
SHA512 d43f339178367facd2f80944f5491631edab24fa4a92e30fd8f4d9c533ec3a2edbc04105066148be8458b64d0fac9e7d86408ca9601db291b93df222dc875fd4
REF "v${VERSION}"
SHA512 704133fb83beebc5942da5674b5f3563c64ec7017b33570a1f1433aa820a86882c42b16832efc215cd74f619a0a45493748655aa5af97bd3ff82d62f34b68f69
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cwalk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cwalk",
"version": "1.2.6",
"version": "1.2.7",
"description": "Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.",
"homepage": "https://likle.github.io/cwalk/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@
"port-version": 2
},
"cwalk": {
"baseline": "1.2.6",
"baseline": "1.2.7",
"port-version": 0
},
"cxxgraph": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cwalk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "377300b55c1158f1eaa90ba492441adb12845fbb",
"version": "1.2.7",
"port-version": 0
},
{
"git-tree": "d538350d056fb42b77d28894f67a2bc9dbfe1403",
"version": "1.2.6",
Expand Down

0 comments on commit ec10d2f

Please sign in to comment.