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

[DTL] Update DTL (Diff Template Library) to v1.20 #27221

Merged
merged 10 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from 8 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
4 changes: 2 additions & 2 deletions ports/dtl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include(CMakePackageConfigHelpers)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cubicdaiya/dtl
REF v1.19
SHA512 77c767451b1b78ce49085da6ff5bb8a23c96dec56a37d96ef357a6b69a1b2cd45e2c6c4e8f91ee34ca080ce03a26518c478ff207309326a4bc7e729eaa2824b2
REF v1.20
SHA512 44cdaf190d8a103effbca8df244c652b642590795f7307f5f7fdf64fc34bdbe2fa5ab2e1a08185abf099e35b0d9158306a80a8dc24bba9eccab4c77c7b1eed5e
HEAD_REF master
)

bobk2824 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
6 changes: 3 additions & 3 deletions ports/dtl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtl",
"version-string": "1.19",
"port-version": 1,
"description": "Diff template library"
"version": "1.20",
"description": "Diff template library",
"license": "BSD-4-Clause"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2025,8 +2025,8 @@
"port-version": 0
},
"dtl": {
"baseline": "1.19",
"port-version": 1
"baseline": "1.20",
"port-version": 0
},
"duckx": {
"baseline": "1.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dtl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "27dce1165703ccd273e4646722c195368b258878",
"version": "1.20",
"port-version": 0
},
{
"git-tree": "67d6f73d3a78adeb42c9eee4c75d55c17ce1ea18",
"version-string": "1.19",
Expand Down