From de9b86fe314a78dfca98852bd160d764b97b8480 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 17 Apr 2014 12:34:30 +0000 Subject: [PATCH] community/botan to 1.10.8-1 --- community/botan/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index ec86d41b3..f746c1d89 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -9,7 +9,7 @@ # - --cpu in configure set to correct architectures, autodetect fails pkgname=botan -pkgver=1.10.7 +pkgver=1.10.8 pkgrel=1 pkgdesc='Crypto library written in C++' license=('BSD') @@ -18,7 +18,7 @@ url='http://botan.randombit.net/' depends=('gcc-libs' 'sh') makedepends=('python2') source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz") -sha256sums=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d') +sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0') build() { cd "Botan-$pkgver"