diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-01-13 03:02:11 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 16:50:38 +0100 |
commit | fcc3e031ddc78918418d6e9c1df80c55173b4776 (patch) | |
tree | fb88c5c2acd8f897790e237c271d6f23d7b25ecc /community/wireshark | |
parent | 5a1745f4c681839b636101471a3f5297cfc511dd (diff) | |
download | aports-fcc3e031ddc78918418d6e9c1df80c55173b4776.tar.bz2 aports-fcc3e031ddc78918418d6e9c1df80c55173b4776.tar.xz |
community/wireshark: upgrade to 3.2.1
Diffstat (limited to 'community/wireshark')
-rw-r--r-- | community/wireshark/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index d73e068ed0..b9326b0870 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=3.0.8 +pkgver=3.2.1 pkgrel=0 pkgdesc="A network protocol analyzer" url="https://www.wireshark.org" @@ -256,5 +256,5 @@ tshark() { } -sha512sums="a71c4dafb475ac5c2b4c8bb163ac4bc1471e83de8e8c629d1fc9c4fba8276568f6a38071c74a9dc997e66cbc76efe65b76c96e32a1c4b0585e993734c2d85b42 wireshark-3.0.8.tar.xz +sha512sums="78300f7d597132d54cabe3e51e0f069657d164823852a9f23f1c3c9e6cfdefe5d5ac05c817d06869f4efa4e3cac25ea646cc39d880e5296cf409a8e1a03c2530 wireshark-3.2.1.tar.xz 287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch" |