libgit2: add newer version (cargo dep)

This commit is contained in:
Cody P Schafer
2014-12-08 18:28:18 -05:00
parent b655ad11a9
commit f15b1b483a
6 changed files with 12 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
require libgit2.inc
SRC_URI = "git://github.com/libgit2/libgit2.git;protocol=https"
+3
View File
@@ -0,0 +1,3 @@
require libgit2.inc
SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz"
-2
View File
@@ -2,8 +2,6 @@ SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-linking-exception"
SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202 \
"
+1 -1
View File
@@ -1,4 +1,4 @@
SRC_URI[md5sum] = "cbf3422d54dd6f55f09855a6eb749f41"
SRC_URI[sha256sum] = "bc06bc9b5f8449040b8d0f727c83cbd7a4c2243317d33d57c3c548873294845e"
require libgit2.inc
require libgit2-release.inc
+4
View File
@@ -0,0 +1,4 @@
SRC_URI[md5sum] = "cbf3422d54dd6f55f09855a6eb749f41"
SRC_URI[sha256sum] = "bc06bc9b5f8449040b8d0f727c83cbd7a4c2243317d33d57c3c548873294845e"
require libgit2-release.inc
+2
View File
@@ -0,0 +1,2 @@
require libgit2-git.inc
SRCREV = "99cfe9b266afdf9d9f9d4975fcc9d1b101d20411"