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 76b479ce9862..372a4d5d817d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=fizz
-pkgver=2020.09.14.00
+pkgver=2021.03.29.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=('4cadccb607a5a8af7390b7499ba7919c19e83a86a904a477335cb319a6fd5c45')
+sha256sums=('c3fa4f4cf91b7f6b9f8570863f9f6b834dd37215e979647f8abf55e00721b627')
build() {
cd "$pkgname-$pkgver/$pkgname"