[dtl] update to 1.21 (#41033)

This commit is contained in:
Jia Yue Hua 2024-09-18 06:35:33 +08:00 committed by GitHub
parent ef4ab38bd4
commit bad39da7d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -4,8 +4,8 @@ include(CMakePackageConfigHelpers)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO cubicdaiya/dtl REPO cubicdaiya/dtl
REF v1.20 REF "v${VERSION}"
SHA512 44cdaf190d8a103effbca8df244c652b642590795f7307f5f7fdf64fc34bdbe2fa5ab2e1a08185abf099e35b0d9158306a80a8dc24bba9eccab4c77c7b1eed5e SHA512 53a448ce499d96c5030ff787db68dd4cb52ee9686453da81aeb5c143e21d4a10fcc4c9b88ebf86d71824cb919d6e4ebf39df52b74bd9333f411935e5f23bfa86
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "dtl", "name": "dtl",
"version": "1.20", "version": "1.21",
"description": "Diff template library", "description": "Diff template library",
"license": "BSD-4-Clause" "license": "BSD-4-Clause"
} }

View File

@ -2401,7 +2401,7 @@
"port-version": 1 "port-version": 1
}, },
"dtl": { "dtl": {
"baseline": "1.20", "baseline": "1.21",
"port-version": 0 "port-version": 0
}, },
"duckx": { "duckx": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "bc2a9bc914be91c0ec64e0666a95551b71422e4d",
"version": "1.21",
"port-version": 0
},
{ {
"git-tree": "26d9843aad03516522a267da5b086985a413eed5", "git-tree": "26d9843aad03516522a267da5b086985a413eed5",
"version": "1.20", "version": "1.20",