X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lists.alpinelinux.org (Postfix) with ESMTP id EF81F5C5081 for ; Wed, 6 Jun 2018 22:24:54 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A9EED20FDB for ; Thu, 7 Jun 2018 00:24:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1528323893; bh=7NBANvuiph3AtdVXXuBaV3PCzW/ATtsjSkqeU0ErF4g=; h=From:To:Cc:Subject:Date:From; b=IxP739/ulSQnCSb6ul03CAF7VXD7HrhX1juRwKhOTYNOBbVuZ9S7fONayeqihIBiU jfGAZ64JO3miLqYjz74RWZH3UpN8097uJl0crool28CFbodslFdPDRD1hRGcSfw4EI VH3/ycrcOsJ3ajLgOArZNt/fR1My/eOxCuvNuU7IOvwodCfq596AzmQsxboCPPs0eS o4DkwGoVSdtLtye6CP9rdpJQ1tYNbNcilkc19N+8X7wr/5vOjxkiFulFmQ4vhqwoy2 VKV6c9rmBzBKT4f2VtMIh5ulAj4BuXby7yPDm+M1bPPDaA7UQLzdw4WbFBN7j4i8Mq xTwNpRYszaqhA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 411NX421nbz9rxD; Thu, 7 Jun 2018 00:24:52 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH] community/dnscrypt-proxy: upgrade to 2.0.15 Date: Thu, 7 Jun 2018 00:24:46 +0200 Message-Id: <20180606222446.28465-1-azarus@posteo.net> X-Mailer: git-send-email 2.17.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/dnscrypt-proxy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/dnscrypt-proxy/APKBUILD b/community/dnscrypt-proxy/APKBUILD index 6fa3f31e92..c84c7b75d0 100644 --- a/community/dnscrypt-proxy/APKBUILD +++ b/community/dnscrypt-proxy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ian Bashford # Maintainer: Ian Bashford pkgname=dnscrypt-proxy -pkgver=2.0.14 +pkgver=2.0.15 pkgrel=0 pkgdesc="A tool for securing communications between a client and a DNS resolver" url="https://dnscrypt.info" @@ -54,7 +54,7 @@ setup() { install -m755 -D "$srcdir"/$pkgname.setup "$subpkgdir"/usr/sbin/setup-dnscrypt } -sha512sums="2574f900b6e2f75eeeee2f634e22df41145243c23cd9a890fcfa73f13b7d032bc2b029cbb6498f5c2cd33e212392ca2298a1dce6bb369be5c9afccc21a706613 dnscrypt-proxy-2.0.14.tar.gz +sha512sums="4517ab7b7eb1474f8c9e133a289caf6c02f472b51b910f1fbe1e5ffd6d389943626c8878e68f7f27a47b00301a427dfe9c563bc82b67cafab32f4ab3bc4c84b9 dnscrypt-proxy-2.0.15.tar.gz e0a72d39d47dc24b889d08beedbd9fdf21615f42fbab79980debdfd2c3feaa83dc3f776351f7dd13533cc85905ce4e01812e4ff8a80a9ccc0b21e9db7d6cb232 dnscrypt-proxy.initd c001ae39da1b2db71764cab568f9ed18e4de0cea3d1a4e7bd6dd01a5668b81a888ea9eef99de6beac08857ad7f8eb1a32d730e946ac3563e4dcfa27147e35052 dnscrypt-proxy.confd 66dd43d84117a0151ae41f34d82b716760382a5a491424bf6418228ffd21f0dfbc88e34cc5074e11f97f006335d97b85367bb9ab1d96747a48e893c022ad52d0 dnscrypt-proxy.setup -- 2.17.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---