diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 22:43:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 02:15:44 -0300 |
commit | 03188db294e1421a8d82610f065eabeab5bc1b1f (patch) | |
tree | 4be1c3f5900bbe1ea4e0ff210be68321d83f009f /community | |
parent | 0363d0d500430b50cc5077da4bbf3574c9345102 (diff) | |
download | aports-03188db294e1421a8d82610f065eabeab5bc1b1f.tar.bz2 aports-03188db294e1421a8d82610f065eabeab5bc1b1f.tar.xz |
community/wireshark: upgrade to 3.0.5
Diffstat (limited to 'community')
-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 0e3ff0e3f1..64eb29cb52 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.4 +pkgver=3.0.5 pkgrel=0 pkgdesc="A network protocol analyzer" url="https://www.wireshark.org" @@ -240,5 +240,5 @@ tshark() { } -sha512sums="eb9ddc8ba3d78bc6c1f2e1d277e81c00939638793ed21b98999310231d13a0fc8a6149dc5e78f58026778b8137e954ad7f67069f8cb80465078ca2d9795b25d1 wireshark-3.0.4.tar.xz +sha512sums="237ee66cfe0a7073f0e3623f327f7eb7204d1cd274e006dcc6890972d4135c2baa6c9d2426ea03ee64b7fc6dc45cb4cfe823e5cfc6f90e252d35b3ad7750884e wireshark-3.0.5.tar.xz 287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch" |