[arch-commits] Commit in s2n-tls/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Mon Dec 6 18:56:17 UTC 2021
Date: Monday, December 6, 2021 @ 18:56:17
Author: anatolik
Revision: 1065340
upgpkg: s2n-tls 1.3.1-1
Modified:
s2n-tls/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 18:56:05 UTC (rev 1065339)
+++ PKGBUILD 2021-12-06 18:56:17 UTC (rev 1065340)
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov
pkgname=s2n-tls
-pkgver=1.1.0
+pkgver=1.3.1
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)
makedepends=(cmake)
source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip)
-sha256sums=('e336e7754cf35dc7fe6ffa78826587702f49aebf398d7c7e19c038eeb79c176d')
+sha256sums=('d7416d83cd861c6509764e5427b74ae5a8ba1094a3e38e24acc97fe74d101c55')
build() {
cd s2n-tls-$pkgver
More information about the arch-commits
mailing list