diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-12-30 07:51:58 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-01-05 12:43:33 -0500 |
commit | 231f2fb349f07c09f06c422ae4dbd12e00dea938 (patch) | |
tree | e450125f838ae8f229340da860716bd8c9b57a71 /meta-networking | |
parent | 2f2418bb40dd26522d09f1cd5252114d46818753 (diff) | |
download | meta-openembedded-contrib-231f2fb349f07c09f06c422ae4dbd12e00dea938.tar.gz |
wireshark: package update to 2.0.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb index 7dcc5a726bd..42a1b299596 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb @@ -8,8 +8,8 @@ DEPENDS = "perl-native pcre expat glib-2.0 sbc" SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2" -SRC_URI[md5sum] = "5909af2a09a9a3023ba61bc62e787ad2" -SRC_URI[sha256sum] = "90026c761a85701d7783c7e2eaa4c1de247dfbadbd53221df355f121e42691dd" +SRC_URI[md5sum] = "c1610ab2238965363b811e5188750fb1" +SRC_URI[sha256sum] = "c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab" PE = "1" |