diff options
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.4.4.bb (renamed from meta/recipes-support/libgit2/libgit2_1.4.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.4.3.bb b/meta/recipes-support/libgit2/libgit2_1.4.4.bb index 7e27b5b018..a6f4d8d7f2 100644 --- a/meta/recipes-support/libgit2/libgit2_1.4.3.bb +++ b/meta/recipes-support/libgit2/libgit2_1.4.4.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d" | |||
6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" |
9 | SRCREV = "465bbf88ea939a965fbcbade72870c61f815e457" | 9 | SRCREV = "3b7d756ccfaf9ec2922d2db22e6cc98f8ab6580c" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||