diff options
Diffstat (limited to 'community/dnscrypt-proxy/PKGBUILD')
-rw-r--r-- | community/dnscrypt-proxy/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dnscrypt-proxy/PKGBUILD b/community/dnscrypt-proxy/PKGBUILD index a4efe727a..5c0cf8444 100644 --- a/community/dnscrypt-proxy/PKGBUILD +++ b/community/dnscrypt-proxy/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 94587 2013-07-27 15:21:05Z fyan $ +# $Id: PKGBUILD 97106 2013-09-13 02:04:27Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Techlive Zheng <techlivezheng at gmail dot com> # Contributor: peace4all <markspost at rocketmail dot com> pkgname=dnscrypt-proxy -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A tool for securing communications between a client and a DNS resolver" arch=('i686' 'x86_64') url="http://dnscrypt.org/" -license=('custom') +license=('custom:ISC') depends=(libsodium) source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 conf.d.file @@ -34,6 +34,6 @@ package() { rm -rf "$pkgdir"/usr/{lib/*.{l,}a,include} } -sha512sums=('969219c5655ca7bcb8cbfb79d9dae9b27a79489bae7451e6e478ab5cee1bc22f0dc1758e9ff51ac2e80ec4230e6fe4eaba3a5ff98c3ddbde8d9dc24a51050bab' +sha512sums=('c8e9484485f060aa90a36ef097506b1042348c85b74d0e5bfdeefa8bf8f80e42ae79d4568f524bb6de0754b125ed4f4b39a177f6fdee9e4616e7d0c3641aec0b' '2271eab1baf1a7192a8daaa1b271c24a3a3fa498432ac99c2e4fb3c939590f09aab582427ae874fce7969ece365ccb7a2e946566e5a0c650d93c34d23b536b61' '33e8f95c38a10a9e05aadeb369616f6dfaa8b32bc28b9f8ab9ae29dfc3b03514442e7172b1f52c56665317b61cad7d130a0e1dc00d6aceaa59eb465e63d079bc') |