diff options
| author | Rayan <yweiyun@163.com> | 2021-06-12 00:53:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:53:37 -0700 |
| commit | b11284359196fc699452e557b729b93046c77a7a (patch) | |
| tree | 3ea1d9df3dd23e842b8f41449605e74352161c85 /ports/dataframe | |
| parent | 610d2186255cfbe33d05826df59a16da6d1b9c1a (diff) | |
| download | vcpkg-b11284359196fc699452e557b729b93046c77a7a.tar.gz vcpkg-b11284359196fc699452e557b729b93046c77a7a.zip | |
update version of dataframe (#18348)
Diffstat (limited to 'ports/dataframe')
| -rw-r--r-- | ports/dataframe/CONTROL | 2 | ||||
| -rw-r--r-- | ports/dataframe/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/dataframe/CONTROL b/ports/dataframe/CONTROL index 14c7d5522..01e1ee6b4 100644 --- a/ports/dataframe/CONTROL +++ b/ports/dataframe/CONTROL @@ -1,5 +1,5 @@ Source: dataframe
-Version: 1.12.0
+Version: 1.17.0
Description: This is a C++ statistical library that provides an interface similar to Pandas package in Python
Homepage: https://github.com/hosseinmoein/DataFrame
Supports: !uwp
diff --git a/ports/dataframe/portfile.cmake b/ports/dataframe/portfile.cmake index 2bb0b1bbb..a2a453ef0 100644 --- a/ports/dataframe/portfile.cmake +++ b/ports/dataframe/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hosseinmoein/DataFrame
- REF 106fb398a3a05a9d4055a1b00d1e3b9b26a72fa1
- SHA512 43bd888312e16866f399e47adf7d0dc4fb4fd961063d3f53df4a69fb69f1ec95a1c294a4cefc4135f1acf6a4f27715fdcc71cb4bf69f2f72557290d9af439774
+ REF 1.17.0
+ SHA512 8f402c9298d50102984d4b52f830cd995cbbc1cb20f65a8d371e7b013e78c9211b40c2cec38dd97ecfe7d425d54fdaf8a876522db2dc6562194946fc73f7663b
HEAD_REF master
)
vcpkg_configure_cmake(
|
