diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2016-12-12 17:17:53 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:12 -0500 |
commit | e6c7a66eb4f3944059bd4fff4103f8a9fdcb167c (patch) | |
tree | 9b811ae71e0d26ddc3c49329948050c0cfc342bf /meta-networking/recipes-support/wireshark | |
parent | 96c1efd3a006fd89103b7f2bb7e3d7065ebcd081 (diff) | |
download | meta-openembedded-contrib-e6c7a66eb4f3944059bd4fff4103f8a9fdcb167c.tar.gz |
wireshark: 2.2.1 -> 2.2.2
Upgrade wireshark from 2.2.1 to 2.2.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/wireshark')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb index a8f61fead23..ad72ca9803f 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb @@ -9,8 +9,8 @@ DEPENDS = "pcre expat glib-2.0" SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" PE = "1" -SRC_URI[md5sum] = "49a1023a69ac108ca089d750eee50e37" -SRC_URI[sha256sum] = "900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149" +SRC_URI[md5sum] = "88bb55bcbc5249fee10bcea332a4fece" +SRC_URI[sha256sum] = "f9acef5e9a9021a400b4244fafc06969f41ec594ec57fd7f0ff63bafca0055b3" inherit autotools pkgconfig perlnative |