diff options
Diffstat (limited to 'main/wireshark/APKBUILD')
-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 9125061ec4..49d9712e1f 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.3 +pkgver=2.0.4 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="62dc20f5a77542feed2e38f18db8ae3b wireshark-2.0.3.tar.bz2" -sha256sums="e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc wireshark-2.0.3.tar.bz2" -sha512sums="37d64b5f84249f263eae3159794450f642857c91d4fffe483cd562fa8abc93cc8a3152f66ca6b6230b2990e36c28a4ffbf696ff630058990154946eed457f076 wireshark-2.0.3.tar.bz2" +md5sums="622928dc6cb31c227c672ec3ec697f28 wireshark-2.0.4.tar.bz2" +sha256sums="9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5 wireshark-2.0.4.tar.bz2" +sha512sums="f86c41ba9fb25ea61f3947819676417f7af64301cdd37c91666d59b179c45d76c1d0e8739ef6bcf3bb077d3216a65458b3d56755dd08f1fb05cc87cb810f8a07 wireshark-2.0.4.tar.bz2" |