summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28381c6f8f4..5a4372f36c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=fizz
-pkgver=2021.04.26.00
+pkgver=2021.06.14.00
pkgrel=1
pkgdesc="C++14 implementation of the TLS-1.3 standard"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('boost' 'boost-libs' 'google-glog' 'folly' 'libevent' 'openssl' 'libsodium' 'fmt' 'double-conversion')
makedepends=('cmake' 'gtest' 'gmock')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e348614ad79ea4fa3f171587adfbbbf78773b20854fd19f07c599ff1e98b2670')
+sha256sums=('fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81')
build() {
cd "$pkgname-$pkgver/$pkgname"