aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/libgit2/CONTROL3
-rw-r--r--ports/libgit2/portfile.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/libgit2/CONTROL b/ports/libgit2/CONTROL
index 0077410d5..4435d83cf 100644
--- a/ports/libgit2/CONTROL
+++ b/ports/libgit2/CONTROL
@@ -1,6 +1,5 @@
Source: libgit2
-Version: 1.0.1
-Port-Version: 1
+Version: 1.1.0
Homepage: https://github.com/libgit2/libgit2
Build-Depends: zlib, http-parser
Description: Git linkable library
diff --git a/ports/libgit2/portfile.cmake b/ports/libgit2/portfile.cmake
index f4fb91907..82ed07e90 100644
--- a/ports/libgit2/portfile.cmake
+++ b/ports/libgit2/portfile.cmake
@@ -4,8 +4,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libgit2/libgit2
- REF 0ced29612dacb67eefe0c562a5c1d3aab21cce96#version 1.0.1
- SHA512 477e7309682d470965ef85c84f57b647526e1d2cd9ece1fd4f5f4e03e586280651ee40aafadb5b66940cfbd80816f205aa54886f457ca8fd795313137e015102
+ REF 7f4fa178629d559c037a1f72f79f79af9c1ef8ce#version 1.1.0
+ SHA512 2fdbbb263fe71dc6d04b64c2967e7acff1a5b6102e62d69c9a7ea1b6777ab74a1625e798438ea239d8b489648a9335833f937f893f73a66e16c658eae453ab62
HEAD_REF master
)