diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-14 07:30:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-14 07:30:49 +0000 |
commit | c521eb1b924fff0c3204d3534309c8ea038344aa (patch) | |
tree | 7577f57e9ff4738794b3fcdcd27c35925e32b973 /main/wireshark | |
parent | 13be614bce98378ef68f8903a8c34e1843929e24 (diff) | |
download | aports-c521eb1b924fff0c3204d3534309c8ea038344aa.tar.bz2 aports-c521eb1b924fff0c3204d3534309c8ea038344aa.tar.xz |
main/wireshark: upgrade to 1.4.1
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 1fd837104..c2557ca88 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.0 +pkgver=1.4.1 pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -74,6 +74,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="13b188baea23cdad40b7a55921384a77 wireshark-1.4.0.tar.bz2 +md5sums="1719d20a10990e7c2cb261df7021aab6 wireshark-1.4.1.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |