diff options
author | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
commit | e39d5f838c08b5b57eae4c1aec4ae00acd18b239 (patch) | |
tree | 5508286adf4ead02d969fe07072a7823729ad256 /extra/botan | |
parent | 2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (diff) |
Sun Dec 25 23:14:50 UTC 2011
Diffstat (limited to 'extra/botan')
-rw-r--r-- | extra/botan/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/botan/PKGBUILD b/extra/botan/PKGBUILD index 2d05b70e8..525f79992 100644 --- a/extra/botan/PKGBUILD +++ b/extra/botan/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 128341 2011-06-23 05:31:14Z angvp $ +# $Id: PKGBUILD 145616 2011-12-24 05:45:52Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Contributor: d'Ronin <daronin@2600.com> pkgname=botan -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 pkgdesc="BSD-licensed crypto library written in C++" license=('BSD') @@ -12,7 +12,7 @@ url="http://botan.randombit.net/" depends=('gcc-libs' 'sh') makedepends=('python2') source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz) -md5sums=('1f03a6a84f402a12e50665868dddae99') +md5sums=('5e1e7f3458e2e6aa56f7e41941eefb9d') build() { cd ${srcdir}/Botan-${pkgver} |