summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb (renamed from meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb b/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb
index 58da899081..04dda31770 100644
--- a/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb
+++ b/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095"
8 8
9DEPENDS = "curl openssl" 9DEPENDS = "curl openssl"
10 10
11SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master" 11SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master;tag=${PV}"
12SRCREV = "da40186618909b1a7363d4e4495aa899c6e0eb75" 12SRCREV = "516cb3e5f4e38bede088f69fcf122c6089e38f00"
13 13
14 14
15inherit cmake 15inherit cmake