diff options
Diffstat (limited to 'community/botan/PKGBUILD')
-rw-r--r-- | community/botan/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index 33bd091be..cba820be1 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101428 2013-11-25 13:19:55Z arodseth $ +# $Id: PKGBUILD 103215 2013-12-30 13:50:26Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Contributor: d'Ronin <daronin@2600.com> pkgname=botan -pkgver=1.10.6 +pkgver=1.10.7 pkgrel=1 pkgdesc='Crypto library written in C++' license=('BSD') @@ -14,7 +14,7 @@ url='http://botan.randombit.net/' depends=('gcc-libs' 'sh') makedepends=('python2') source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz") -sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7') +sha256sums=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d') build() { cd "Botan-$pkgver" |