X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org 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 95FBBDC00B8 for ; Thu, 18 Sep 2014 06:02:18 +0000 (UTC) Received: from [81.4.121.188] (port=49693 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1XUUmw-003TGE-WD; Thu, 18 Sep 2014 07:02:15 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/libsodium: update to 0.70 Date: Thu, 18 Sep 2014 06:01:21 +0000 Message-Id: <1411020081-2828-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.1.0 X-OutGoing-Spam-Status: No, score=-2.9 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-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: https://github.com/jedisct1/libsodium/releases/tag/0.7.0 --- testing/libsodium/APKBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/testing/libsodium/APKBUILD b/testing/libsodium/APKBUILD index 299a75a..f8e78a4 100644 --- a/testing/libsodium/APKBUILD +++ b/testing/libsodium/APKBUILD @@ -1,15 +1,12 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libsodium -pkgver=0.5.0 +pkgver=0.7.0 pkgrel=0 pkgdesc="P(ortable|ackageable) NaCl-based crypto library" url="https://github.com/jedisct1/libsodium" arch="all" license="custom:ISC" -depends="" -options="" -install="" subpackages="$pkgname-dev" source="https://github.com/jedisct1/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" @@ -36,6 +33,6 @@ package() { rm "$pkgdir"/usr/lib/*.la } -md5sums="6e61dbde3a6b06b898a0e18ca27ab161 libsodium-0.5.0.tar.gz" -sha256sums="3ca0a0619199a2adb3449eb7f1bf6e1f4fb2ef8514da9133f7f043b8b5cdf9f0 libsodium-0.5.0.tar.gz" -sha512sums="6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a libsodium-0.5.0.tar.gz" +md5sums="b9029bf810c4b5a8acc3afec1286a36a libsodium-0.7.0.tar.gz" +sha256sums="4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168 libsodium-0.7.0.tar.gz" +sha512sums="3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff libsodium-0.7.0.tar.gz" -- 2.1.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---