diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-23 07:06:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-23 07:06:36 +0000 |
commit | 650126d4761a8cc8b389f10f196bf2bf45fac151 (patch) | |
tree | 4be47229c2f5bde097d238e0a00f4ec79bcc6031 /main/wireshark/APKBUILD | |
parent | c1eca93abf715cfb26ce51f186484f7102a6a256 (diff) | |
download | aports-650126d4761a8cc8b389f10f196bf2bf45fac151.tar.bz2 aports-650126d4761a8cc8b389f10f196bf2bf45fac151.tar.xz |
main/wireshark: upgrade to 1.6.8
Diffstat (limited to 'main/wireshark/APKBUILD')
-rw-r--r-- | main/wireshark/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index a617934e7d..99847c1e08 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=1.6.6 -pkgrel=1 +pkgver=1.6.8 +pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -76,6 +76,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="61145ccd7684b3cfb159fc902fedfecf wireshark-1.6.6.tar.bz2 +md5sums="dcdc5f4904af5804b622c955a30974e2 wireshark-1.6.8.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |