Skip to content

Commit 6676a8a

Browse files
committed
Windows: update to libgit2 1.9.1
1 parent 17459fd commit 6676a8a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.0
2+
- Windows: update to libgit2 1.9.1
3+
14
2.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

tools/winlibs.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
if(!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
}

0 commit comments

Comments
 (0)