mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
feat: upgrade libgit2 to 1.4.2
This commit is contained in:
parent
0a758b771a
commit
94fbb8317f
8 changed files with 6 additions and 6 deletions
|
@ -32680,13 +32680,13 @@ const int GIT_CREDTYPE_SSH_MEMORY = 64;
|
|||
|
||||
const int GIT_EMAIL_CREATE_OPTIONS_VERSION = 1;
|
||||
|
||||
const String LIBGIT2_VERSION = '1.4.0';
|
||||
const String LIBGIT2_VERSION = '1.4.2';
|
||||
|
||||
const int LIBGIT2_VER_MAJOR = 1;
|
||||
|
||||
const int LIBGIT2_VER_MINOR = 4;
|
||||
|
||||
const int LIBGIT2_VER_REVISION = 0;
|
||||
const int LIBGIT2_VER_REVISION = 2;
|
||||
|
||||
const int LIBGIT2_VER_PATCH = 0;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import 'package:libgit2dart/src/bindings/libgit2_bindings.dart';
|
|||
import 'package:path/path.dart' as path;
|
||||
import 'package:pub_cache/pub_cache.dart';
|
||||
|
||||
const libgit2Version = '1.4.1';
|
||||
const libgit2Version = '1.4.2';
|
||||
final libDir = path.join('.dart_tool', 'libgit2');
|
||||
|
||||
String getLibName() {
|
||||
|
|
|
@ -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.1.so"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.4.2.so"
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -15,7 +15,7 @@ Dart bindings to libgit2.
|
|||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.dependency 'FlutterMacOS'
|
||||
s.vendored_libraries = 'libgit2-1.4.1.dylib'
|
||||
s.vendored_libraries = 'libgit2-1.4.2.dylib'
|
||||
|
||||
s.platform = :osx, '10.11'
|
||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
|
||||
|
|
|
@ -19,6 +19,6 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin)
|
|||
|
||||
# List of absolute paths to libraries that should be bundled with the plugin
|
||||
set(libgit2dart_bundled_libraries
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.4.1.dll"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.4.2.dll"
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue