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"