mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:00:16 +08:00
[wtl ] Upgrade wtl to 10.0.10077. (#12688)
* [wtl] Update to 10.0.10077. Again. * Port version. * Better version representation. * Update ports/wtl/portfile.cmake * Update ports/wtl/portfile.cmake Update filename Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
parent
da839ba61a
commit
3cab101b18
@ -1,4 +1,4 @@
|
||||
Source: wtl
|
||||
Version: 10.0-10
|
||||
Version: 10.0.10077
|
||||
Homepage: https://sourceforge.net/projects/wtl/
|
||||
Description: Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components.
|
||||
|
@ -1,10 +1,10 @@
|
||||
vcpkg_from_sourceforge(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO wtl/WTL%2010
|
||||
REF WTL%2010.0.9163
|
||||
FILENAME "WTL10_9163.zip"
|
||||
REF WTL%2010.0.10077
|
||||
FILENAME "WTL10_1077..zip"
|
||||
NO_REMOVE_ONE_LEVEL
|
||||
SHA512 feb7fb1c456e44ad05610f31f8c0f964eb6ce3eadf65a389219051f0ea2547069727666616622631cd90e25ea4a682a7c88c7089a374181870717246ad44e035
|
||||
SHA512 5a49283196caf5b2ad8a3fb3cfa5d09cd555d59d4d5871408bf6a5b850cf4546cc6ece4e0bf79d152a4d2589fae3749f0f3e73ab6a3a7bc0cb373efa1474b98b
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/Include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT} FILES_MATCHING PATTERN "*.h")
|
||||
|
Loading…
Reference in New Issue
Block a user