Date: Monday, April 17, 2023 @ 22:31:05 Author: anatolik Revision: 1447102
upgpkg: s2n-tls 1.3.42-1 Modified: s2n-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-17 22:27:21 UTC (rev 1447101) +++ PKGBUILD 2023-04-17 22:31:05 UTC (rev 1447102) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=s2n-tls -pkgver=1.3.38 +pkgver=1.3.42 pkgrel=1 pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority' arch=(x86_64) @@ -13,7 +13,7 @@ depends=(openssl gcc-libs) makedepends=(cmake) source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip) -sha256sums=('6e57893c42b17df6dc64643953640554f7379e45c06e78ed3b0415cc7e45c32a') +sha256sums=('8b4268810190c6ae19c69e62ad6672f8d25a3ee687dd06afe6c5450b105f10ea') build() { cd s2n-tls-$pkgver
