summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2628422366..0fb9694d8072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fizz
pkgdesc = C++14 implementation of the TLS-1.3 standard
- pkgver = 2021.04.26.00
+ pkgver = 2021.06.14.00
pkgrel = 1
url = https://github.com/facebookincubator/fizz
arch = x86_64
@@ -17,8 +17,7 @@ pkgbase = fizz
depends = libsodium
depends = fmt
depends = double-conversion
- source = https://github.com/facebookincubator/fizz/archive/v2021.04.26.00.tar.gz
- sha256sums = e348614ad79ea4fa3f171587adfbbbf78773b20854fd19f07c599ff1e98b2670
+ source = https://github.com/facebookincubator/fizz/archive/v2021.06.14.00.tar.gz
+ sha256sums = fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81
pkgname = fizz
-
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"