diff options
author | Aleksandar Trifunovic | 2019-03-21 21:59:23 +0100 |
---|---|---|
committer | Aleksandar Trifunovic | 2019-03-21 21:59:23 +0100 |
commit | 48467ba9befe77e9fc450bf541ae09f851ba5057 (patch) | |
tree | 7c410c4996f97314417e977c457c89005cd43349 | |
parent | 21db6cbab7dc304fee2be113e09a8bb153b48cac (diff) | |
download | aur-48467ba9befe77e9fc450bf541ae09f851ba5057.tar.gz |
v2019.03.18.00
Signed-off-by: Aleksandar Trifunovic <akstrfn@gmail.com>
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = fizz pkgdesc = C++14 implementation of the TLS-1.3 standard. - pkgver = 2019.01.14.00 + pkgver = 2019.03.18.00 pkgrel = 1 url = https://github.com/facebookincubator/fizz arch = x86_64 @@ -9,8 +9,9 @@ pkgbase = fizz makedepends = cmake makedepends = boost makedepends = libsodium - source = https://github.com/facebookincubator/fizz/archive/v2019.01.14.00.tar.gz - sha256sums = 286276c14e6f1e5e303e0ed0e31f7482de68e04ef3fe7bd428044278909e36a9 + makedepends = gmock + source = https://github.com/facebookincubator/fizz/archive/v2019.03.18.00.tar.gz + sha256sums = ed4fb4cfcddfa747d71055c6ba2236f11ba48ebc5ed161b1919b1eac090612c7 pkgname = fizz @@ -1,16 +1,16 @@ # maintainer: Aleksandar Trifunović <akstrfn at gmail dot com> pkgname=fizz -pkgver=2019.01.14.00 +pkgver=2019.03.18.00 pkgrel=1 pkgdesc="C++14 implementation of the TLS-1.3 standard." arch=('x86_64') url="https://github.com/facebookincubator/fizz" license=('BSD') depends=() -makedepends=('folly' 'cmake' 'boost' 'libsodium') +makedepends=('folly' 'cmake' 'boost' 'libsodium' 'gmock') source=("$url/archive/v${pkgver}.tar.gz") -sha256sums=('286276c14e6f1e5e303e0ed0e31f7482de68e04ef3fe7bd428044278909e36a9') +sha256sums=('ed4fb4cfcddfa747d71055c6ba2236f11ba48ebc5ed161b1919b1eac090612c7') prepare() { cd "$pkgname-$pkgver/fizz" |