diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 12:53:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 12:53:16 +0000 |
commit | 201cb4e2b967da9f838be557cad898f4283eaf4f (patch) | |
tree | 01f28d67748900f3d1dd564d2fc9bc2206561997 /main/wireshark | |
parent | 6b64ea1c53d1f8f91c2f9d4a45add5d4c642d990 (diff) | |
download | aports-201cb4e2b967da9f838be557cad898f4283eaf4f.tar.bz2 aports-201cb4e2b967da9f838be557cad898f4283eaf4f.tar.xz |
main/wireshark: upgrade to 1.6.3
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 55bb615f1a..2da68ca76d 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.6.2 +pkgver=1.6.3 pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -76,6 +76,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="301677b5f8150265315632fb6247e06e wireshark-1.6.2.tar.bz2 +md5sums="5012c75c379ffd47fbcf395d9a6e417e wireshark-1.6.3.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |