mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:19:00 +08:00
Update WTL to 10.0.9163. (#8005)
* Update WTL to 10.0.9163 * Update download path.
This commit is contained in:
parent
b3d4acfbc9
commit
e6564a5ad9
@ -1,6 +1,6 @@
|
||||
Source: wtl
|
||||
Maintainer: jfrederich@gmail.com
|
||||
Version: 10.0-2
|
||||
Version: 10.0-3
|
||||
Homepage: https://sourceforge.net/projects/wtl/
|
||||
Description: Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components.
|
||||
Build-Depends:
|
||||
|
@ -1,9 +1,9 @@
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://downloads.sourceforge.net/project/wtl/WTL%2010/WTL%2010.0.8356/WTL10_8356.zip"
|
||||
FILENAME "WTL10_8356.zip"
|
||||
SHA512 4eb24151f4009cdfebc17f08312cae65d46c8ea205ccc7b56f14c46b54d28d8d4e6290de3150e558dc076d7815a9dde2a8952695f46f4402c83b0da2bf65f241
|
||||
URLS "https://downloads.sourceforge.net/project/wtl/WTL%2010/WTL%2010.0.9163/WTL10_9163.zip"
|
||||
FILENAME "WTL10_9163.zip"
|
||||
SHA512 feb7fb1c456e44ad05610f31f8c0f964eb6ce3eadf65a389219051f0ea2547069727666616622631cd90e25ea4a682a7c88c7089a374181870717246ad44e035
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user