Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / s2n-tls
Commits: e44a4a57 by Carl Smedstad at 2025-07-12T10:57:44+02:00 upgpkg: 1.5.22-1: Upstream release https://github.com/aws/s2n-tls/releases/tag/v1.5.22 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = s2n-tls pkgdesc = A C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority - pkgver = 1.5.21 + pkgver = 1.5.22 pkgrel = 1 url = https://github.com/aws/s2n-tls arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = s2n-tls provides = s2n conflicts = s2n replaces = s2n - source = s2n-tls-1.5.21.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.21.tar.gz - sha256sums = 203d69d6f557f6ab303438ad186fca13fd2c60581b2cca6348a9fbee10d79995 + source = s2n-tls-1.5.22.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.22.tar.gz + sha256sums = 6903a819d43c1e5457e04ae34f895db97ff3d7bbb7d278fef16bd642178a941e pkgname = s2n-tls ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=s2n-tls -pkgver=1.5.21 +pkgver=1.5.22 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) @@ -18,7 +18,7 @@ depends=( ) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('203d69d6f557f6ab303438ad186fca13fd2c60581b2cca6348a9fbee10d79995') +sha256sums=('6903a819d43c1e5457e04ae34f895db97ff3d7bbb7d278fef16bd642178a941e') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/e44a4a574c229e767e87e8dc9a48a7bd89be8553 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/e44a4a574c229e767e87e8dc9a48a7bd89be8553 You're receiving this email because of your account on gitlab.archlinux.org.
