summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2021-07-04 17:11:32 +0200
committerLászló Várady2021-07-04 17:11:32 +0200
commit8ab606c46e4806cbc00ae4124f6fe21a568e5fd0 (patch)
treef91fbbe21e31854aea90394ba6501cf9fef023d6
parenta319827505c0c8f1b0c03f5cd75d58514ba68c79 (diff)
downloadaur-8ab606c46e4806cbc00ae4124f6fe21a568e5fd0.tar.gz
v2021.06.28.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb9694d8072..0d5ad0223b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fizz
pkgdesc = C++14 implementation of the TLS-1.3 standard
- pkgver = 2021.06.14.00
+ pkgver = 2021.06.28.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.14.00.tar.gz
- sha256sums = fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81
+ source = https://github.com/facebookincubator/fizz/archive/v2021.06.28.00.tar.gz
+ sha256sums = 84a7e82dc3f8bed6394ed5978f80c0f1dbe57fba8421478c0cd76c0cf7c772f5
pkgname = fizz
diff --git a/PKGBUILD b/PKGBUILD
index 5a4372f36c46..312fc9753a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=fizz
-pkgver=2021.06.14.00
+pkgver=2021.06.28.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=('fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81')
+sha256sums=('84a7e82dc3f8bed6394ed5978f80c0f1dbe57fba8421478c0cd76c0cf7c772f5')
build() {
cd "$pkgname-$pkgver/$pkgname"