aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2016-11-21 12:51:29 -0800
committerGitHub <noreply@github.com>2016-11-21 12:51:29 -0800
commit8092eece299cf9eb3f46c423a363e5f45c2074a1 (patch)
treee7985076e94355c9cab070a692f11b09b50b7cc1
parent1b7f21a3e9cb6eb3ccd1a7c22a7813150466ed6c (diff)
parent1d2761ec40e6960be7e4289e959a32f69cea1794 (diff)
downloadvcpkg-8092eece299cf9eb3f46c423a363e5f45c2074a1.tar.gz
vcpkg-8092eece299cf9eb3f46c423a363e5f45c2074a1.zip
Merge pull request #312 from codicodi/master
Bump fmt version to 3.0.1
-rw-r--r--ports/fmt/CONTROL2
-rw-r--r--ports/fmt/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index a84adbfc3..b54c468b3 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,3 +1,3 @@
Source: fmt
-Version: 3.0.0-1
+Version: 3.0.1
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake
index 471fab2d2..152b878a7 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -3,11 +3,11 @@
# set(VCPKG_LIBRARY_LINKAGE static)
#endif()
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/fmt-3.0.0)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/fmt-3.0.1)
vcpkg_download_distfile(ARCHIVE_FILE
- URLS "https://github.com/fmtlib/fmt/archive/3.0.0.tar.gz"
- FILENAME "fmt-3.0.0.tar.gz"
- SHA512 20c9b1ffe8b46cb5d22015122fc698a75ad854709d3de1a1316b6040d86f54bada4e6d7263f2f1fd94cb13ac37ee9447c162c6aec3f3af650455e8a8a9804871
+ URLS "https://github.com/fmtlib/fmt/archive/3.0.1.tar.gz"
+ FILENAME "fmt-3.0.1.tar.gz"
+ SHA512 daf5dfb2fe63eb611983fa248bd2182c6202cf1c4f0fc236f357040fce8e87ad531cdf59090306bb313ea333d546e516f467b385e05094e696d0ca091310aad6
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})