diff options
| author | Force.Charlie-I <fcharlie@users.noreply.github.com> | 2018-08-08 13:47:52 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-07 22:47:52 -0700 |
| commit | 6d4223fedfe4483af56c71c6f4a4a94dbe4f0be5 (patch) | |
| tree | ba5908ba4afef463412950c1c465229231bc78a6 /ports/libgit2/CONTROL | |
| parent | 03bdf7c20523aacddd0816e863661327a4bc21dc (diff) | |
| download | vcpkg-6d4223fedfe4483af56c71c6f4a4a94dbe4f0be5.tar.gz vcpkg-6d4223fedfe4483af56c71c6f4a4a94dbe4f0be5.zip | |
[libgit2] update to 0.27.4 (#4021)
* [libgit2] update to 0.27.3
* [libgit2] Allow vcpkg_configure_cmake() to control BUILD_SHARED_LIBS
* [libgit2] update 0.27.4 see: https://github.com/libgit2/libgit2/releases/tag/v0.27.4
* [libgit2] Depend on openssl on non-windows platforms
Diffstat (limited to 'ports/libgit2/CONTROL')
| -rw-r--r-- | ports/libgit2/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libgit2/CONTROL b/ports/libgit2/CONTROL index 779bf10c9..9a2b518a4 100644 --- a/ports/libgit2/CONTROL +++ b/ports/libgit2/CONTROL @@ -1,3 +1,4 @@ Source: libgit2
-Version: 0.26.0
+Version: 0.27.4-1
+Build-Depends: openssl (!windows&&!uwp)
Description: Git linkable library
|
