mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[DTL] Update DTL (Diff Template Library) to v1.20 (#27221)
* Update DTL (Diff template library) version to 1.20 * use "version" instead of "version-string" * Update port version * fix json format * Update version database * added license field * added license field * update version database * quote all paths to allow for spaces in the path * update version db
This commit is contained in:
parent
14e9a65642
commit
b56ba11274
@ -4,12 +4,12 @@ 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
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/dtl
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION
|
||||
${CURRENT_PACKAGES_DIR}/share/dtl RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/${PORT}"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION
|
||||
"${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "26d9843aad03516522a267da5b086985a413eed5",
|
||||
"version": "1.20",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "67d6f73d3a78adeb42c9eee4c75d55c17ce1ea18",
|
||||
"version-string": "1.19",
|
||||
|
Loading…
x
Reference in New Issue
Block a user