summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_2.2.4.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.4.bb
index 21aad3bd1d..90f9ba1dde 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.4.bb
@@ -9,8 +9,9 @@ DEPENDS = "pcre expat glib-2.0"
9SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" 9SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
10 10
11PE = "1" 11PE = "1"
12SRC_URI[md5sum] = "68e201e06873c67cb7544d27991e79bf" 12
13SRC_URI[sha256sum] = "97bac89e88892054a5848a9f7e0c36aa399a2008900829b078e29cab0ddd593b" 13SRC_URI[md5sum] = "6d0878ba931ea379f6e675d4cba6536b"
14SRC_URI[sha256sum] = "42a7fb35eed5a32478153e24601a284bb50148b7ba919c3e8452652f4c2a3911"
14 15
15inherit autotools pkgconfig perlnative 16inherit autotools pkgconfig perlnative
16 17