File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.2.0
2+ - Windows: update to libgit2 1.9.1
3+
142.1.4
25 - Fix for libgit2 1.8.2 reverting their API change from 1.8.0
36 - New parameter 'force' in git_branch_create() see #239
Original file line number Diff line number Diff line change 11if (! file.exists(' clone.o' ) && ! file.exists(" ../.deps/libgit2/include/git2.h" )){
22 unlink(" ../.deps" , recursive = TRUE )
33 url <- if (grepl(" aarch" , R.version $ platform )){
4- " https://github.com/r-windows/bundles/releases/download/libgit2-1.7.2 /libgit2-1.7.2 -clang-aarch64.tar.xz"
4+ " https://github.com/r-windows/bundles/releases/download/libgit2-1.9.1 /libgit2-1.9.1 -clang-aarch64.tar.xz"
55 } else if (grepl(" clang" , Sys.getenv(' R_COMPILED_BY' ))){
6- " https://github.com/r-windows/bundles/releases/download/libgit2-1.7.2 /libgit2-1.7.2 -clang-x86_64.tar.xz"
6+ " https://github.com/r-windows/bundles/releases/download/libgit2-1.9.1 /libgit2-1.9.1 -clang-x86_64.tar.xz"
77 } else if (getRversion() > = " 4.2" ) {
8- " https://github.com/r-windows/bundles/releases/download/libgit2-1.7.2 /libgit2-1.7.2 -ucrt-x86_64.tar.xz"
8+ " https://github.com/r-windows/bundles/releases/download/libgit2-1.9.1 /libgit2-1.9.1 -ucrt-x86_64.tar.xz"
99 } else {
1010 " https://github.com/rwinlib/libgit2/archive/v1.7.1.tar.gz"
1111 }
You can’t perform that action at this time.
0 commit comments