diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-05-19 23:29:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-19 23:29:20 -0700 |
| commit | 381a86dab89b210ca3511a31bc975d721080b8ea (patch) | |
| tree | b143f433c0393f40c26b23cc8a924fe1daa06951 | |
| parent | e428da2b23c54a399004afbf4276e4ddbf901618 (diff) | |
| parent | d463ea43509f7fdfc6928d40687476b9dc4fa4c4 (diff) | |
| download | vcpkg-381a86dab89b210ca3511a31bc975d721080b8ea.tar.gz vcpkg-381a86dab89b210ca3511a31bc975d721080b8ea.zip | |
Merge pull request #3533 from jasjuang/dlib
[dlib] update to 19.11
| -rw-r--r-- | ports/dlib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/dlib/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index c4d5fe905..8ad3c2470 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,5 +1,5 @@ Source: dlib -Version: 19.10-1 +Version: 19.11 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas, clapack Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ diff --git a/ports/dlib/portfile.cmake b/ports/dlib/portfile.cmake index da77c9374..919662691 100644 --- a/ports/dlib/portfile.cmake +++ b/ports/dlib/portfile.cmake @@ -8,8 +8,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO davisking/dlib - REF v19.10 - SHA512 88c5b41c12219e6166c6621b654b3869ca4a2af777a8fa55429b833b90b048e3e74ea7ad752d7440809b8171bbd38090cb24a29770391fc3a9d53f9a5fba3341 + REF v19.11 + SHA512 d0219a4dc7355e2b9f62098093abd99cd6ddef080b25269acc2e14a402a7b7dafc9a5448a6ff97548089c78f81e2068b404de2be0449f1696d9e40db6acd8046 HEAD_REF master ) |
