mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/botan to 1.10.8-1
This commit is contained in:
parent
3c95efdb0d
commit
de9b86fe31
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue