diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-19 06:36:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-19 06:36:51 +0000 |
commit | 2e233632679fa37afa55f4fc20ce248cfb24cd53 (patch) | |
tree | b50d46425e3b8b28a628c75a38c137cae37c26e7 /main | |
parent | 0562d45b8c21844f7f9ea16b8ccb6029ee776332 (diff) | |
download | aports-2e233632679fa37afa55f4fc20ce248cfb24cd53.tar.bz2 aports-2e233632679fa37afa55f4fc20ce248cfb24cd53.tar.xz |
main/wireshark: upgrade to 1.6.1
Diffstat (limited to 'main')
-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 9e9940e6f3..f7894496bf 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.0 -pkgrel=1 +pkgver=1.6.1 +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="9f9314c89bf1c8b440a7909884838cfd wireshark-1.6.0.tar.bz2 +md5sums="dc1e8c9800b64130674b120a183e2308 wireshark-1.6.1.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |