diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-25 20:32:22 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 23:18:05 -0800 |
commit | 494e8f0c2f44f727a3f628ac7670e3e47aa8eb46 (patch) | |
tree | c1dc91f5ad3f0bd182f90785cb08cad1906071ca | |
parent | b5d0bba01197bf34f06968120b494c298dcc0f82 (diff) | |
download | meta-openembedded-494e8f0c2f44f727a3f628ac7670e3e47aa8eb46.tar.gz |
redis-plus-plus: Upgrade to 1.3.7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb (renamed from meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.5.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb index de19dca387..21783b30d5 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.5.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https" |
8 | SRCREV = "58084931ed1a056d91fe96da7b9ea81fa023560a" | 8 | SRCREV = "f3b19a8a1f609d1a1b79002802e5cf8c336dc262" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||