aboutsummaryrefslogtreecommitdiff
path: root/ports/dirent
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-22 07:54:18 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-23 03:27:04 -0800
commite3dda1a82dccb1c74af615572d6c35df9707275f (patch)
treeaadd10b91b3e80e340cf625c23fc50b95be90e5f /ports/dirent
parent896b3d9e5c4b392b65c62b2a2f1b539d9ef3f374 (diff)
downloadvcpkg-e3dda1a82dccb1c74af615572d6c35df9707275f.tar.gz
vcpkg-e3dda1a82dccb1c74af615572d6c35df9707275f.zip
[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][spdlog][yaml-cpp] Upgrades
Diffstat (limited to 'ports/dirent')
-rw-r--r--ports/dirent/CONTROL2
-rw-r--r--ports/dirent/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/dirent/CONTROL b/ports/dirent/CONTROL
index 50f6d7ede..96aab8334 100644
--- a/ports/dirent/CONTROL
+++ b/ports/dirent/CONTROL
@@ -1,3 +1,3 @@
Source: dirent
-Version: 2017-06-23-5c7194c2fe2c68c1a8212712c0b4b6195382d27d
+Version: 1.23.1
Description: Dirent is a C/C++ programming interface that allows programmers to retrieve information about files and directories under Linux/UNIX. This project provides Linux compatible Dirent interface for Microsoft Windows.
diff --git a/ports/dirent/portfile.cmake b/ports/dirent/portfile.cmake
index 9476a8dcd..c9645948e 100644
--- a/ports/dirent/portfile.cmake
+++ b/ports/dirent/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tronkko/dirent
- REF 8b1db5092479a73d47eafd3de739b27e876e6bf3
- SHA512 f529aa65c2a4b8249c1291f3bccad25fa3a9c2146a2c74abc0a4710f68e2bd6f73cd52682bb406fbcab71d6a5225a354f9e8bdc22ce63b7a4e64bb65bab34b9f
+ REF 1.23.1
+ SHA512 13c59f0d225ccc09a2b92a29b41b6644dabdb0b39df7bb528d5ac60dbe71a2770eaa37d3890e0df21065bc798e9cc018e174d34c6697da7da665caafe062bbc2
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)