Skip to content

Commit e6564a5

Browse files
chrullrichgrdowns
authored andcommitted
Update WTL to 10.0.9163. (#8005)
* Update WTL to 10.0.9163 * Update download path.
1 parent b3d4acf commit e6564a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/wtl/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Source: wtl
22
Maintainer: [email protected]
3-
Version: 10.0-2
3+
Version: 10.0-3
44
Homepage: https://sourceforge.net/projects/wtl/
55
Description: Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components.
66
Build-Depends:

ports/wtl/portfile.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#header-only library
22
include(vcpkg_common_functions)
33
vcpkg_download_distfile(ARCHIVE
4-
URLS "https://downloads.sourceforge.net/project/wtl/WTL%2010/WTL%2010.0.8356/WTL10_8356.zip"
5-
FILENAME "WTL10_8356.zip"
6-
SHA512 4eb24151f4009cdfebc17f08312cae65d46c8ea205ccc7b56f14c46b54d28d8d4e6290de3150e558dc076d7815a9dde2a8952695f46f4402c83b0da2bf65f241
4+
URLS "https://downloads.sourceforge.net/project/wtl/WTL%2010/WTL%2010.0.9163/WTL10_9163.zip"
5+
FILENAME "WTL10_9163.zip"
6+
SHA512 feb7fb1c456e44ad05610f31f8c0f964eb6ce3eadf65a389219051f0ea2547069727666616622631cd90e25ea4a682a7c88c7089a374181870717246ad44e035
77
)
88
vcpkg_extract_source_archive(${ARCHIVE})
99

0 commit comments

Comments
 (0)