From 5a213dff376b348c5b333ede04408227008fef0b Mon Sep 17 00:00:00 2001 From: Maximilian Kruse Date: Sat, 18 Jan 2020 01:23:14 +0100 Subject: [tinyfiledialogs] Fix tinyfiledialogs not being fetchable from sourceforge (#9630) * Fix tinyfiledialogs not being fetchable from sourceforge Fix tinyfiledialogs not being fetchable from sourceforge. Use github instead. * Update CONTROL * Update portfile.cmake * Update portfile.cmake Update source url * Update CONTROL --- ports/tinyfiledialogs/CONTROL | 3 ++- ports/tinyfiledialogs/portfile.cmake | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ports/tinyfiledialogs/CONTROL b/ports/tinyfiledialogs/CONTROL index 9654ca0c0..346c8f886 100644 --- a/ports/tinyfiledialogs/CONTROL +++ b/ports/tinyfiledialogs/CONTROL @@ -1,3 +1,4 @@ Source: tinyfiledialogs -Version: 3.3.8-1 +Version: 3.4.3 Description: Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more +Homepage: https://sourceforge.net/projects/tinyfiledialogs/ diff --git a/ports/tinyfiledialogs/portfile.cmake b/ports/tinyfiledialogs/portfile.cmake index 5b281a63e..bc9dff033 100644 --- a/ports/tinyfiledialogs/portfile.cmake +++ b/ports/tinyfiledialogs/portfile.cmake @@ -1,11 +1,9 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH URL https://git.code.sf.net/p/tinyfiledialogs/code - REF 331f93e903e0555399bf81479114dda978a77d7c + REF f7789c57db4269495a6702625351a15e5ee17542 ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) -- cgit v1.2.3