diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-04 15:46:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-04 15:46:01 +0000 |
commit | 7efce236b858b47f4ba1d404d00262cc21a7148d (patch) | |
tree | e2b7dc98f62382dd91f75c70705ed988d743407e /main | |
parent | 8dc84ad8dfeab17759595c567ee3c371fb872566 (diff) | |
download | aports-7efce236b858b47f4ba1d404d00262cc21a7148d.tar.bz2 aports-7efce236b858b47f4ba1d404d00262cc21a7148d.tar.xz |
main/wireshark: upgrade to 1.4.7
Diffstat (limited to 'main')
-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 802aef439..e53ed8745 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.4.6 +pkgver=1.4.7 pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -75,6 +75,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="fd301004ebc5fac8e56c2f0d4ef6173f wireshark-1.4.6.tar.bz2 +md5sums="b5065426d5524ddc1667314f8256c2b1 wireshark-1.4.7.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |