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 4E25CDC6D7E for ; Thu, 15 Oct 2015 18:25:33 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D6464DC7B85 for ; Thu, 15 Oct 2015 18:25:32 +0000 (UTC) Received: by lfeh64 with SMTP id h64so39627900lfe.3 for ; Thu, 15 Oct 2015 11:25:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=oJ5Mh9d10nZRKYM1mQPeEe6xFflUSBveS+SBjm8DoN4=; b=a+Mb2Vgwl54ZBqiTagvu6r66D7zGp7FjBN4wf/uMJkKLpBJ0qQSkt5hWm8YOsGIekN ZlC79P9R1Psr1xntJ0lrYTjwA0Pau+TnFMZsbS4L2rtccSsVgcaGL4dCyK7wT6NyxNNT UBgpabbckaH8VtLl9vwl5kMTLdFdHf/z6OuZMsF7TTlqSgxTY/oXY4vAVzXQ+BooyiRE SLCKX5Cg209eTn5IqytrZbBVEvNrysVkzMTXKV9v/SisoL5HZoy0kSlbBhHhR09jpQyP gBBqCXpGiPWU8lhsNwj3XUx9TneiQnpNdA/2CSoyTaLMJYIcyxLTIypG6HqvgTRQexGi qzyg== X-Gm-Message-State: ALoCoQnaOcOl72J+XUtEA5/wi7CrjR+jsM6ePUnW7FvAloL0xcffgetPGzYfehUYZi7Kw6eqp3pw X-Received: by 10.194.5.35 with SMTP id p3mr14233401wjp.132.1444933529990; Thu, 15 Oct 2015 11:25:29 -0700 (PDT) Received: from localhost (pD95787FB.dip0.t-ipconnect.de. [217.87.135.251]) by smtp.gmail.com with ESMTPSA id w1sm17901294wjz.37.2015.10.15.11.25.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 11:25:28 -0700 (PDT) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH 5/6] main/s6-portable-utils: new upstream version 2.0.5.3 Date: Thu, 15 Oct 2015 20:25:15 +0200 Message-Id: <1444933516-1298-5-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1444933516-1298-1-git-send-email-christian@kampka.net> References: <1444933516-1298-1-git-send-email-christian@kampka.net> 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/s6-portable-utils/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/s6-portable-utils/APKBUILD b/main/s6-portable-utils/APKBUILD index fd00ee2..2ca7945 100644 --- a/main/s6-portable-utils/APKBUILD +++ b/main/s6-portable-utils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: John Regan # Maintainer: John Regan pkgname=s6-portable-utils -pkgver=2.0.5.2 +pkgver=2.0.5.3 pkgrel=0 pkgdesc="skarnet.org's tiny portable generic utilities" url="http://skarnet.org/software/$pkgname/" @@ -44,6 +44,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="bda96373eda48b61c6283439a7619a36 s6-portable-utils-2.0.5.2.tar.gz" -sha256sums="f54b52628efb1406f05a774fe67793a1f0cd18447e8160452579a9603edead34 s6-portable-utils-2.0.5.2.tar.gz" -sha512sums="6d07ae6c1f4ccc49cd40827dce15d1578f91fc89d68ab2267dfe2946422d66b044989f2e7885a2aa9761fe9e3ca1b34c7f2c228526fec204c13e77f1e3dcd4fc s6-portable-utils-2.0.5.2.tar.gz" +md5sums="09612618faf23e9981597ce634742194 s6-portable-utils-2.0.5.3.tar.gz" +sha256sums="27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 s6-portable-utils-2.0.5.3.tar.gz" +sha512sums="19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122 s6-portable-utils-2.0.5.3.tar.gz" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---