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 1C402DC17F7 for ; Tue, 6 Oct 2015 23:20:04 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D6329DC0E56 for ; Tue, 6 Oct 2015 23:20:03 +0000 (UTC) Received: from 97e139b8.skybroadband.com ([151.225.57.184]:49866 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZjbWa-003sxK-06; Wed, 07 Oct 2015 00:20:00 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/libteam: update to 1.20 Date: Tue, 6 Oct 2015 23:20:04 +0000 Message-Id: <1444173604-16976-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/libteam/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/libteam/APKBUILD b/testing/libteam/APKBUILD index 342e2ae..85e8d63 100644 --- a/testing/libteam/APKBUILD +++ b/testing/libteam/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libteam -pkgver=1.18 +pkgver=1.20 pkgrel=0 pkgdesc="Library for controlling team network device" url="http://libteam.org" @@ -59,12 +59,12 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="75b62e7a808e846dcb5642512e379a0b libteam-1.18.tar.gz +md5sums="58fcab87751af9855b525cd8f1ff8b53 libteam-1.20.tar.gz ea78f0a9b84eb87747ddfbcfa582a122 fix-fd_set.patch fb6662bced494fd24a107e3f7f7dc5e8 memcpy-memset-implicit-declaration.patch" -sha256sums="65a2bcceca911210627400d09dbe57a6153993b4d706c2239eda44d991c53c86 libteam-1.18.tar.gz +sha256sums="263f36a980e1ecc74150afe38018fb94b88278d16957fd4e7e65934bde1c3a7d libteam-1.20.tar.gz 43bff56cfd3d293ecae58b3a77e55e7a740ddcf188d6516097fbd93b13a82ac8 fix-fd_set.patch a2982cbd9bce4367d1a6e20bfedcc24cab452538e2e0ec1af0d8a3515cf21077 memcpy-memset-implicit-declaration.patch" -sha512sums="b3e4b2789e2119c1cfbb67f8b3c35eaf5b510dea7ef3f84b20416d7e6fcc3681bfbe202163f223f7952323f1725c97a32bd8b93edee09cb7d10c3cdb31d769e1 libteam-1.18.tar.gz +sha512sums="c6a51a55fb5fe87048825c013785f1817c61ee3cc4b88e08ecfbb97cd2129db0968d9e023e659fe5961e5a290c83422e8e25b3596bc813d93b85f6ac3a0a5f3c libteam-1.20.tar.gz 83f8dd77cfed0f815bc0cb2aa4af25883a02567dbb35b59016d7f3a30f162e63155996d21216424f0ea4efa8e92f8f9526a018a892533c3c7dd7c7ba12b46a44 fix-fd_set.patch 1279c164960b6215e9bb9f3ee161ef9ac6a38b8066d4a1031996b8067031b9b19404681ebecf3492a26b1215ec2eaaddecae3370ec25e2593dc3ca7dc5f8ead7 memcpy-memset-implicit-declaration.patch" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---