diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-09-17 21:25:22 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-17 08:56:33 -0700 |
commit | 3d51223f53f17fd38909f9a34287f00ed4c7221e (patch) | |
tree | ad200a7e02da009b25e9ac7d66df19792daaa512 | |
parent | b6277f454b7c8a275855ef27274a68e2f4629f66 (diff) | |
download | meta-openembedded-3d51223f53f17fd38909f9a34287f00ed4c7221e.tar.gz |
znc: upgrade 1.8.1 -> 1.8.2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-irc/znc/znc_1.8.2.bb (renamed from meta-networking/recipes-irc/znc/znc_1.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_1.8.1.bb b/meta-networking/recipes-irc/znc/znc_1.8.2.bb index c54e617fde..806d622d70 100644 --- a/meta-networking/recipes-irc/znc/znc_1.8.1.bb +++ b/meta-networking/recipes-irc/znc/znc_1.8.2.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "openssl zlib icu" | |||
8 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ | 8 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ |
9 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ | 9 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ |
10 | " | 10 | " |
11 | SRCREV_znc = "0a3909beaa15e0da499473d6d041e5b75c14e885" | 11 | SRCREV_znc = "bf253640d33d03331310778e001fb6f5aba2989e" |
12 | SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" | 12 | SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" |
13 | 13 | ||
14 | # This constructs a composite revision based on multiple SRCREV's. | 14 | # This constructs a composite revision based on multiple SRCREV's. |