diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-22 13:03:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-22 13:05:29 +0000 |
commit | 73d8e4235c6df6fd5e4be5c7aafcbf210f000465 (patch) | |
tree | 3eb678548acb9bef334cebf166c6a79e57be183b /main/wireshark/APKBUILD | |
parent | e0530d1207a7f290215cf136421a90f52746b2d3 (diff) | |
download | aports-73d8e4235c6df6fd5e4be5c7aafcbf210f000465.tar.bz2 aports-73d8e4235c6df6fd5e4be5c7aafcbf210f000465.tar.xz |
main/wireshark: upgrade to 1.2.9
Diffstat (limited to 'main/wireshark/APKBUILD')
-rw-r--r-- | main/wireshark/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index 7aeb2803ea..f1ab530878 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> -# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=1.2.8 +pkgver=1.2.9 pkgrel=0 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -13,7 +13,6 @@ install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-common tshark" source="http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2 wireshark-1.1.2--as-needed.patch - wireshark-1.2.8-zlib-1.2.5-capture.patch wireshark.desktop wireshark.png" @@ -73,8 +72,7 @@ tshark() { mv "$pkgdir"/usr/bin/tshark "$subpkgdir"/usr/bin/tshark } -md5sums="3a75d4f62317e52b8b39a1e9e37f1553 wireshark-1.2.8.tar.bz2 +md5sums="a4240c36f1e668d85b703eacb7c0a95e wireshark-1.2.9.tar.bz2 cc87d7eb31f256df751b3371b1c426e9 wireshark-1.1.2--as-needed.patch -cc4fbe2db149f2ee42dd0593944a69fe wireshark-1.2.8-zlib-1.2.5-capture.patch 504ede44c02b2a52f6cbd3bffdf93b8d wireshark.desktop e771800a8c977fe223583a453bc27397 wireshark.png" |