aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Kruse <maxkruse1996@gmail.com>2020-01-18 01:23:14 +0100
committerVictor Romero <romerosanchezv@gmail.com>2020-01-17 16:23:14 -0800
commit5a213dff376b348c5b333ede04408227008fef0b (patch)
treecca7a93b3eb28dbf0597e9349200cc162c205cb4
parent6ee44d2260fcfac523c73d0997b1edd95311eedc (diff)
downloadvcpkg-5a213dff376b348c5b333ede04408227008fef0b.tar.gz
vcpkg-5a213dff376b348c5b333ede04408227008fef0b.zip
[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
-rw-r--r--ports/tinyfiledialogs/CONTROL3
-rw-r--r--ports/tinyfiledialogs/portfile.cmake4
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})