diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2016-12-30 12:08:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-19 09:25:44 +0100 |
commit | c01cf2a58e1ccbee08cd833158f4de5351b30a66 (patch) | |
tree | e41c60692d9fc48932561264cb6fd20c8504acbb /meta-networking/recipes-support/wireshark | |
parent | fa65be9ba7943a68b988b5e1a3a37cda7ac74c37 (diff) | |
download | meta-openembedded-c01cf2a58e1ccbee08cd833158f4de5351b30a66.tar.gz |
wireshark: update to 2.2.3
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/wireshark')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb index ad72ca980..5e7fdfa57 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.2.2.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb | |||
@@ -9,8 +9,8 @@ DEPENDS = "pcre expat glib-2.0" | |||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | SRC_URI[md5sum] = "88bb55bcbc5249fee10bcea332a4fece" | 12 | SRC_URI[md5sum] = "68e201e06873c67cb7544d27991e79bf" |
13 | SRC_URI[sha256sum] = "f9acef5e9a9021a400b4244fafc06969f41ec594ec57fd7f0ff63bafca0055b3" | 13 | SRC_URI[sha256sum] = "97bac89e88892054a5848a9f7e0c36aa399a2008900829b078e29cab0ddd593b" |
14 | 14 | ||
15 | inherit autotools pkgconfig perlnative | 15 | inherit autotools pkgconfig perlnative |
16 | 16 | ||