diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 08:36:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 08:36:58 +0000 |
commit | b574418bb13ad7c0f174828b4b35cd9a8086247e (patch) | |
tree | b2a3ea28eb9c0c2b05ed2a763eeef086c154961f /main/wireshark | |
parent | 0f600f6b45f5de0308fb1e13acbef55c56b815b7 (diff) | |
download | aports-b574418bb13ad7c0f174828b4b35cd9a8086247e.tar.bz2 aports-b574418bb13ad7c0f174828b4b35cd9a8086247e.tar.xz |
main/wireshark: upgrade to 1.8.1
Diffstat (limited to 'main/wireshark')
-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 c318c31bfc..acd480e472 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.8 -pkgrel=1 +pkgver=1.8.1 +pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -77,6 +77,6 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="dcdc5f4904af5804b622c955a30974e2 wireshark-1.6.8.tar.bz2 +md5sums="629fe03f4a64eb8c7bd9308ee4e22e2e wireshark-1.8.1.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |