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 BB09CDC7074 for ; Fri, 16 Oct 2015 11:54:42 +0000 (UTC) Received: from forward20o.cmail.yandex.net (forward20o.cmail.yandex.net [37.9.109.219]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 72A9FDC7273 for ; Fri, 16 Oct 2015 11:54:42 +0000 (UTC) Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::25]) by forward20o.cmail.yandex.net (Yandex) with ESMTP id 78A0C2112E for ; Fri, 16 Oct 2015 14:54:40 +0300 (MSK) Received: from smtp1o.mail.yandex.net (localhost [127.0.0.1]) by smtp1o.mail.yandex.net (Yandex) with ESMTP id 47559DE3A4D; Fri, 16 Oct 2015 14:54:40 +0300 (MSK) Received: by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id odG4xsk9N0-sdOKv3XH; Fri, 16 Oct 2015 14:54:39 +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=1444996479; bh=iMRLXDSDMfsiWw1WF2lQowIW7M0tPtbrWyyWBM5Th60=; h=From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To: References; b=woN9RhxL04gnJniDVLUsFPvCZHoJ2NaBC6plc7P6Lm4WtjeaYGwK9h7RKhOwlqT+w MoluzSQGGGJja+N3SoEM/G89EdSMdgRyqwmh4bg5/QW9e8K6ALySzgkf7s+0iG+hUT OWq/SZTN0UTBz/h4DgSDSJAkt7gvr2WZbpc6W3Uk= Authentication-Results: smtp1o.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 5/7] main/wireshark: upgrade to 1.12.8 Date: Fri, 16 Oct 2015 13:54:32 +0200 Message-Id: <1444996474-18838-5-git-send-email-scadu@yandex.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1444996474-18838-1-git-send-email-scadu@yandex.com> References: <1444996474-18838-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 bc4acc4..20a9b68 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jeremy Thomerson # Maintainer: Natanael Copa pkgname=wireshark -pkgver=1.12.7 +pkgver=1.12.8 pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -80,6 +80,6 @@ qt() { install -d "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/wireshark-qt "$subpkgdir"/usr/bin/ } -md5sums="c8ae53f648b1dcbf6e74495401a0f1ab wireshark-1.12.7.tar.bz2" -sha256sums="c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c wireshark-1.12.7.tar.bz2" -sha512sums="a4012fa56e8b99e5fb072c1fb82c783a547395ddb013a9473858fdf9fa99270313d6059f9ee210d56c00f420bbad9cab30bdd3c45e9ff07d4f5967c18d1d0f38 wireshark-1.12.7.tar.bz2" +md5sums="988a4595a4a87dafb3c4870ea40e89b5 wireshark-1.12.8.tar.bz2" +sha256sums="357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7 wireshark-1.12.8.tar.bz2" +sha512sums="24ad130d9d0718e610f7def2a08e976871205032b4b4b5269c3ae54894c4121fa3b21a0bc6e45e9c2a41119f5553416d5c452dadf7b02f17e7803511d33809f5 wireshark-1.12.8.tar.bz2" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---