feat: upgrade libgit2 to 1.5.0 (#74)

This commit is contained in:
Aleksey Kulikov 2022-07-15 13:10:42 +03:00 committed by GitHub
parent 016370625b
commit a41fc55099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 71 additions and 22 deletions

View file

@ -20,6 +20,6 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
# List of absolute paths to libraries that should be bundled with the plugin
set(libgit2dart_bundled_libraries
"${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.4.3.so"
"${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.5.0.so"
PARENT_SCOPE
)