X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 44973DC64F3 for ; Sun, 31 Jan 2016 20:27:12 +0000 (UTC) Received: from forward12h.cmail.yandex.net (forward12h.cmail.yandex.net [87.250.230.154]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D96B1DCD122 for ; Sun, 31 Jan 2016 20:27:11 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward12h.cmail.yandex.net (Yandex) with ESMTP id 03B6F21203 for ; Sun, 31 Jan 2016 23:27:09 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id B233A17032CB; Sun, 31 Jan 2016 23:27:09 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ebV3L5gGaM-R8BGsAEs; Sun, 31 Jan 2016 23:27:09 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1454272029; bh=S5cHVqJW5PHCVDDFO/TmKt4WSwe2hHOkuIVgYUnta2g=; h=From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To: References; b=dTBz0lWE14AEOZyO817aOiLGihf3eVGWYj9DSgts8dverupkpjr6ux4GyJqZk9tlB d54htpCVo3R/5iMZvFLaKX7WgcG/Jvg8Bn96nfD6GinuB4FTHS7km4QBVjms7llpHG kzMGinhBWp2CVDU68QPEO8KkbmH/xjGZ42QZt/d0= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US From: =?UTF-8?q?=C5=81ukasz=20Jendrysik?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?=C5=81ukasz=20Jendrysik?= Subject: [alpine-aports] [PATCH 04/11] main/wireshark: upgrade to 2.0.1 Date: Sun, 31 Jan 2016 21:26:51 +0100 Message-Id: <1454272018-2787-4-git-send-email-scadu@yandex.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454272018-2787-1-git-send-email-scadu@yandex.com> References: <1454272018-2787-1-git-send-email-scadu@yandex.com> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/wireshark/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index ceb924b..cf40bbf 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jeremy Thomerson # Maintainer: Natanael Copa pkgname=wireshark -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -80,6 +80,6 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -md5sums="5909af2a09a9a3023ba61bc62e787ad2 wireshark-2.0.0.tar.bz2" -sha256sums="90026c761a85701d7783c7e2eaa4c1de247dfbadbd53221df355f121e42691dd wireshark-2.0.0.tar.bz2" -sha512sums="ba3b8b5fa7b441c0494e833da887566c70ec30c20a161bcb6a77ec1deff0503e00f9cf6cf7d892f2cbb189dcf21b548844abe8106dfd29c565868944c10aa7c0 wireshark-2.0.0.tar.bz2" +md5sums="c1610ab2238965363b811e5188750fb1 wireshark-2.0.1.tar.bz2" +sha256sums="c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab wireshark-2.0.1.tar.bz2" +sha512sums="fc029759cecd10d20bd323d6ea41d6bd1326a1a0f8d847d681ce218eb0e7ece84fba4e91709adab556e9495812bf0fa8bcb40318053e6403c3d5c9d899d544ca wireshark-2.0.1.tar.bz2" -- 2.7.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---