diff options
author | László Várady | 2019-10-05 13:07:36 +0200 |
---|---|---|
committer | László Várady | 2019-10-05 13:07:36 +0200 |
commit | 29d39fd34189fc691fd4caee51aac59fd2d3aa35 (patch) | |
tree | b9012a5f957f36e55ee737b5c1f552791fdc8493 | |
parent | 99379065731497862953fff182141976a19025ce (diff) | |
download | aur-29d39fd34189fc691fd4caee51aac59fd2d3aa35.tar.gz |
v2019.09.30.00
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = fizz pkgdesc = C++14 implementation of the TLS-1.3 standard - pkgver = 2019.09.23.00 + pkgver = 2019.09.30.00 pkgrel = 1 url = https://github.com/facebookincubator/fizz arch = x86_64 @@ -14,8 +14,8 @@ pkgbase = fizz depends = folly depends = openssl depends = libsodium - source = https://github.com/facebookincubator/fizz/archive/v2019.09.23.00.tar.gz - sha256sums = b2c9a5161a57bf818ce56edc3cfd2b1c327a3735f69129f9aab1f797ecffea66 + source = https://github.com/facebookincubator/fizz/archive/v2019.09.30.00.tar.gz + sha256sums = 31602b846dbc8140536fdd0c220257f46b890b895ea7c7bd53a600eaf0f417e1 pkgname = fizz @@ -2,7 +2,7 @@ # Contributor: Aleksandar Trifunović <akstrfn at gmail dot com> pkgname=fizz -pkgver=2019.09.23.00 +pkgver=2019.09.30.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' 'openssl' 'libsodium') makedepends=('cmake' 'gtest' 'gmock') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('b2c9a5161a57bf818ce56edc3cfd2b1c327a3735f69129f9aab1f797ecffea66') +sha256sums=('31602b846dbc8140536fdd0c220257f46b890b895ea7c7bd53a600eaf0f417e1') build() { cd "$pkgname-$pkgver/$pkgname" |