summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5ad0223b70..ab22fb8e13c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fizz
pkgdesc = C++14 implementation of the TLS-1.3 standard
- pkgver = 2021.06.28.00
+ pkgver = 2021.07.22.00
pkgrel = 1
url = https://github.com/facebookincubator/fizz
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = fizz
depends = libsodium
depends = fmt
depends = double-conversion
- source = https://github.com/facebookincubator/fizz/archive/v2021.06.28.00.tar.gz
- sha256sums = 84a7e82dc3f8bed6394ed5978f80c0f1dbe57fba8421478c0cd76c0cf7c772f5
+ source = https://github.com/facebookincubator/fizz/archive/v2021.07.22.00.tar.gz
+ sha256sums = f9f28c226e17a10933734bf02b53724fb60650766f0b43cba2fbb048402c9363
pkgname = fizz
diff --git a/PKGBUILD b/PKGBUILD
index 312fc9753a30..00982f5708a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=fizz
-pkgver=2021.06.28.00
+pkgver=2021.07.22.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=('84a7e82dc3f8bed6394ed5978f80c0f1dbe57fba8421478c0cd76c0cf7c772f5')
+sha256sums=('f9f28c226e17a10933734bf02b53724fb60650766f0b43cba2fbb048402c9363')
build() {
cd "$pkgname-$pkgver/$pkgname"