diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 06:02:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 09:18:45 +0000 |
commit | d74a067929c230b551de365a59a3293d94648d62 (patch) | |
tree | e008e921506fa88cdfea85459481221a2ca0bbd7 /main/wireshark/APKBUILD | |
parent | ce2374c949d719730ac3a28f1fda4dbdf70340b5 (diff) | |
download | aports-d74a067929c230b551de365a59a3293d94648d62.tar.bz2 aports-d74a067929c230b551de365a59a3293d94648d62.tar.xz |
main/wireshark: upgrade to 1.4.6
Diffstat (limited to 'main/wireshark/APKBUILD')
-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 5a7764d3fa..802aef4393 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.5 +pkgver=1.4.6 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="d278e377a830024e7ee1f279d0a50035 wireshark-1.4.5.tar.bz2 +md5sums="fd301004ebc5fac8e56c2f0d4ef6173f wireshark-1.4.6.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |