diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-07-31 12:20:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-31 12:20:24 -0700 |
| commit | e3131b4cfa097b5bd17140cea3b365a30cfb1de6 (patch) | |
| tree | 6d38e58763f4b7e544079be6d99655093164c3b0 | |
| parent | f14a6e79b36bc627cc4c84f3965fc16d8bf7dd42 (diff) | |
| parent | 18c98201995d12752742ecf23345de37a6230801 (diff) | |
| download | vcpkg-e3131b4cfa097b5bd17140cea3b365a30cfb1de6.tar.gz vcpkg-e3131b4cfa097b5bd17140cea3b365a30cfb1de6.zip | |
Merge pull request #3909 from jasjuang/dlib
[dlib] update to 19.15
| -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 8b9759381..4b7b820d1 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,5 +1,5 @@ Source: dlib -Version: 19.14 +Version: 19.15 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 7d3d82e73..613b5d673 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.14 - SHA512 ef4f7b109112c12cecf35543ff81c5d7c7a1f0cadca53eb6302f58329b875af3fa95f3da002e4d66e2d9f4b81256245b016e97b3e3c90f0bfcb94568328175ca + REF v19.15 + SHA512 e815d4cd3cf75de4bf3df25597f1b13e831129b8e780909194be05bde4c811792886e7370980edf0fe294aa1ad7a69ba9b9ca729e05713d3ee4f6aa4236baaf7 HEAD_REF master ) |
