diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-31 08:21:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-31 08:21:27 +0000 |
commit | f1a64ea8af6ad24516709e82585df6400bf383da (patch) | |
tree | fcfc661572fea3187f4f083bacb5444f115a98a9 /main/wireshark | |
parent | cc67e8e90c3535cdff152c6f028a4c7cc61f29e6 (diff) | |
download | aports-f1a64ea8af6ad24516709e82585df6400bf383da.tar.bz2 aports-f1a64ea8af6ad24516709e82585df6400bf383da.tar.xz |
main/wireshark: upgrade to 1.8.5
Diffstat (limited to 'main/wireshark')
-rw-r--r-- | main/wireshark/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index 5771256fe7..97947daf81 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=1.8.4 +pkgver=1.8.5 pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -77,6 +77,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="ce22aa0fe7ecb5af39c93ff905c7d026 wireshark-1.8.4.tar.bz2 +md5sums="fde40a8d4555cab12271e67f9778f5d5 wireshark-1.8.5.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |