diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 08:14:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 08:14:40 +0700 |
commit | de2d2ac01bf2147ef8d8951e7f4f85ca055836d1 (patch) | |
tree | 7333d0887e7e3f7144b77a42b82eca4c43d291e3 /network | |
parent | 17e9de17ea8d07084fc91db30fc6dd29f0e04b3a (diff) | |
download | slackbuilds-de2d2ac01bf2147ef8d8951e7f4f85ca055836d1.tar.gz |
network/wireshark: Fix checksum.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/wireshark/wireshark.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 28cb82460e..c356a004e5 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -2,7 +2,7 @@ PRGNAM="wireshark" VERSION="3.0.2" HOMEPAGE="https://www.wireshark.org/" DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.2.tar.xz" -MD5SUM="3.0.213e1c8ec240c4621cfb5abb0c52" +MD5SUM="e344675283d6329a4bc213b621d7f46a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3" |