[qt-advanced-docking-system] Update to version 3.6.3 (#14347)

This commit is contained in:
Lily 2020-11-03 05:56:37 +08:00 committed by GitHub
parent b7056e9f1f
commit a20ed34098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: qt-advanced-docking-system
Version: 3.6.1
Version: 3.6.3
Build-Depends: qt5-base[core], qt5-x11extras (!windows), zlib, bzip2
Description: Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio
Homepage: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO githubuser0xFFFF/Qt-Advanced-Docking-System
REF 6846c9614602f21c51057a32d759a51eba1fc4d9
SHA512 1ea130bf5bf2a567ec5510f450c1de74abeaab36258cb28585539a266889326e40c4912bf52b66dfced47e54b6fe0947211b9f53789666fe55744da509328edd
REF 44dc76bd19853dcb18d37d5be231af526c8f709e #v3.6.3
SHA512 c28aeb7f229c5ea637913ca122c475f235320085bc4a5df3aa4ef493e0ac42d167f21cd893eaac163382916a6f108b5d0e2bc8dda99bebb27c028f98b7e730ba
HEAD_REF master
PATCHES
hardcode_version.patch
@ -14,7 +14,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DBUILD_EXAMPLES=OFF
-DVERSION_SHORT=3.6.1
-DVERSION_SHORT=3.6.3
)
vcpkg_install_cmake()