summaryrefslogtreecommitdiff
path: root/community/libsodium/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libsodium/PKGBUILD')
-rw-r--r--community/libsodium/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libsodium/PKGBUILD b/community/libsodium/PKGBUILD
index 70de00d90..804ee42d8 100644
--- a/community/libsodium/PKGBUILD
+++ b/community/libsodium/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 114780 2014-07-04 03:59:18Z fyan $
+# $Id: PKGBUILD 115754 2014-07-16 03:16:08Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: namelessjon <jonathan.stott@gmail.com>
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=libsodium
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ url="https://github.com/jedisct1/libsodium"
license=('custom:ISC')
depends=('glibc')
makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
+sha512sums=('80524d4017ccd98f5aa96d7df1d4450c890f5c1aaee9c2bfc277fab98f4fb01ac2a3f11850e4f6610feea0279d707e1dede70991d252beeaf80bde3b6eff8ff3')
build() {
cd "$pkgname-$pkgver"
@@ -38,4 +39,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d89999003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85')