diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-31 03:27:12 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-31 03:27:12 +0000 |
commit | 5a81550adad5ccde4ad6924cfee2b2ef96d02c98 (patch) | |
tree | 5baa7121fc2147a5e1aae552ff6a715922e35aaa /community/botan/PKGBUILD | |
parent | 53db844f5c8c3d0a6752bb40f65c613020084541 (diff) |
Tue Dec 31 03:24:15 UTC 2013
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" |