Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dimcli] Update to v7.1.0 #29109

Merged
merged 3 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions ports/dimcli/fix-build.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/dimcli/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gknowles/dimcli
REF a4dbb4b1c8a3825fc304bbbad3438dbe1840feae # v5.0.2
SHA512 25cc9002fd46856854545934f385d8578f207b1ce01802a172e49e008cdf1db0db11db7cefeef18258b99c13570af9193e83f5826613d8b0a118d7bae3f0d03f
REF v7.1.0
SHA512 3fad1c68e116c65df453a545fe9def6dc05941675900fd81728531d7638fc1814b82ee1f613ec451bc6c31702a3d5e31f275e605fe6bd62c61513ecd78a172cc
HEAD_REF master
PATCHES fix-build.patch
)

string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" staticCrt)
Expand Down
5 changes: 3 additions & 2 deletions ports/dimcli/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "dimcli",
"version-semver": "5.0.2",
"port-version": 3,
"version-semver": "7.1.0",
"description": "C++ command line parser toolkit",
"homepage": "https://github.com/gknowles/dimcli",
"documentation": "https://gknowles.github.io/dimcli",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,8 +1945,8 @@
"port-version": 9
},
"dimcli": {
"baseline": "5.0.2",
"port-version": 3
"baseline": "7.1.0",
"port-version": 0
},
"directx-dxc": {
"baseline": "2022-12-16",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dimcli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0ed989d414e631f12c2296afaf7e91f3a267c10c",
"version-semver": "7.1.0",
"port-version": 0
},
{
"git-tree": "5d3878991b69b5ed78b2d82c56c5d3a707e13eb0",
"version-semver": "5.0.2",
Expand Down