diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-25 12:18:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-25 13:33:52 +0000 |
commit | 7e78cc1c765994681599f4c7e4f399d313f97e2d (patch) | |
tree | 56b206258c46f9c11a7a45831337d9f3e3797777 /main/wireshark | |
parent | c0985316a6780c9daa0eee4fd438a37123d10aef (diff) | |
download | aports-7e78cc1c765994681599f4c7e4f399d313f97e2d.tar.bz2 aports-7e78cc1c765994681599f4c7e4f399d313f97e2d.tar.xz |
main/wireshark: upgrade to 2.0.3
Diffstat (limited to 'main/wireshark')
-rw-r--r-- | main/wireshark/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index 7461dfcd82..9125061ec4 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=2.0.2 +pkgver=2.0.3 pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -80,6 +80,6 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -md5sums="204d053e0796c7da09292e0b54bc8503 wireshark-2.0.2.tar.bz2" -sha256sums="e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1 wireshark-2.0.2.tar.bz2" -sha512sums="a3645f0c2600091d3af76d12db4b73f83e6af4686a1bd7a336a420e4d7505ed281dfabb05c05cd6f58084fa3f25b6b9014b6f273b875c713ee39c77b4c5c715f wireshark-2.0.2.tar.bz2" +md5sums="62dc20f5a77542feed2e38f18db8ae3b wireshark-2.0.3.tar.bz2" +sha256sums="e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc wireshark-2.0.3.tar.bz2" +sha512sums="37d64b5f84249f263eae3159794450f642857c91d4fffe483cd562fa8abc93cc8a3152f66ca6b6230b2990e36c28a4ffbf696ff630058990154946eed457f076 wireshark-2.0.3.tar.bz2" |