diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 06:54:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 06:54:34 +0000 |
commit | 26cb9fcb77804646c09941c989e9ed8518364ac5 (patch) | |
tree | a8a8340feecfd6b9c32f62b53deb0ec94fcb0f3b /main/wireshark | |
parent | 6734c89f3ca2ec6cf3372db9950bcdc30f66e5d0 (diff) | |
download | aports-26cb9fcb77804646c09941c989e9ed8518364ac5.tar.bz2 aports-26cb9fcb77804646c09941c989e9ed8518364ac5.tar.xz |
main/wireshark: upgrade to 1.6.2
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 f7894496bf..55bb615f1a 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.1 +pkgver=1.6.2 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="dc1e8c9800b64130674b120a183e2308 wireshark-1.6.1.tar.bz2 +md5sums="301677b5f8150265315632fb6247e06e wireshark-1.6.2.tar.bz2 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |