aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-12 19:03:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-13 12:54:06 -0300
commit3beebd5c8a9e7d2a16f79abc32c13e380053f36b (patch)
treea6cb155e2045b0329dc0400db16e92136c9eceb3
parent13e7d84aa09530922190e6c6cb605ff5b77c48c8 (diff)
community/wireshark: upgrade to 3.0.4
-rw-r--r--community/wireshark/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 4488ece716f..0e3ff0e3f1b 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
-pkgver=3.0.3
-pkgrel=1
+pkgver=3.0.4
+pkgrel=0
pkgdesc="A network protocol analyzer"
url="https://www.wireshark.org"
arch="all"
@@ -199,7 +199,7 @@ check() {
# See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15771
# Disabled tests 3-10 fail on s390x
# See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15772
- pytest test/ \
+ py.test-3 test/ \
--deselect test/suite_wslua.py::case_wslua::test_wslua_tvb_tree \
--deselect test/suite_wslua.py::case_wslua::test_wslua_tvb_no_tree \
--deselect test/suite_capture.py::case_dumpcap_pcapng_sections::test_dumpcap_pcapng_single_in_multi_out \
@@ -240,5 +240,5 @@ tshark() {
}
-sha512sums="78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750 wireshark-3.0.3.tar.xz
+sha512sums="eb9ddc8ba3d78bc6c1f2e1d277e81c00939638793ed21b98999310231d13a0fc8a6149dc5e78f58026778b8137e954ad7f67069f8cb80465078ca2d9795b25d1 wireshark-3.0.4.tar.xz
287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch"