From 8a64418ff5182c446b5793a347d3c8174c904776 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 17 Mar 2019 15:10:22 +0200 Subject: [PATCH] wireshark-gtk: update to the latest "old stable" release --- x11-packages/wireshark-gtk/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/wireshark-gtk/build.sh b/x11-packages/wireshark-gtk/build.sh index 58ee8a552..cb4639f57 100644 --- a/x11-packages/wireshark-gtk/build.sh +++ b/x11-packages/wireshark-gtk/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.wireshark.org/ TERMUX_PKG_DESCRIPTION="Network protocol analyzer" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch @xeffyr" -TERMUX_PKG_VERSION=2.6.6 +TERMUX_PKG_VERSION=2.6.7 TERMUX_PKG_SRCURL=https://www.wireshark.org/download/src/wireshark-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=487933ea075bdbb25d8df06017d9c4f49fc20eb7f6ec80af086718ed5550e863 +TERMUX_PKG_SHA256=747b3e7a37414942959f76f198be49dcbcca936bda538c4408942ce71bfd2b71 TERMUX_PKG_DEPENDS="atk, c-ares, desktop-file-utils, gdk-pixbuf, glib, gtk3, hicolor-icon-theme, krb5, libandroid-shmem, libcairo-x, libgcrypt, libgnutls, libgpg-error, liblua52, liblz4, libmaxminddb, libnghttp2, libnl, libpcap, libssh, libxml2, pango-x" TERMUX_PKG_CONFLICTS="tshark, wireshark, wireshark-cli"