X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 4D63BF856F0 for ; Mon, 31 Dec 2018 16:33:20 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 8EDCC1A1C3; Mon, 31 Dec 2018 17:33:17 +0100 (CET) From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Subject: [alpine-aports] [PATCH] community/wireshark: upgrade to 2.6.5 (fix builds) Date: Mon, 31 Dec 2018 17:33:13 +0100 Message-Id: <20181231163313.18471-1-mps@arvanta.net> X-Mailer: git-send-email 2.18.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/wireshark/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 03c7b8afad..0ba0e4933e 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Jeremy Thomerson # Maintainer: Natanael Copa pkgname=wireshark -pkgver=2.6.4 -pkgrel=1 +pkgver=2.6.5 +pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="https://www.wireshark.org" arch="all" @@ -208,5 +208,5 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -sha512sums="bc740548901b30f2e44c2b0933717288615fa38edc5e092607a8b12c60ecfacaa5aa7c59d7644cf29238d0d636fbe03d85559a0f2de81a3bf8ceac55fcf9ff07 wireshark-2.6.4.tar.xz +sha512sums="fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f wireshark-2.6.5.tar.xz 951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch" -- 2.18.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---