Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / s2n-tls
Commits: 96790787 by Carl Smedstad at 2024-09-07T10:20:29+02:00 upgpkg: 1.5.2-1: Upstream release https://github.com/aws/s2n-tls/releases/tag/v1.5.2 - - - - - 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.1 + pkgver = 1.5.2 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.1.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.1.tar.gz - sha256sums = d79710d6ef089097a3b84fc1e5cec2f08d1ec46e93b1d400df59fcfc859e15a3 + source = s2n-tls-1.5.2.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.2.tar.gz + sha256sums = 896d9f8f8e9bd2fdcb9a21b18aede4f7afc65bde279afabc60abf97fa5069dd1 pkgname = s2n-tls ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=s2n-tls -pkgver=1.5.1 +pkgver=1.5.2 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=('d79710d6ef089097a3b84fc1e5cec2f08d1ec46e93b1d400df59fcfc859e15a3') +sha256sums=('896d9f8f8e9bd2fdcb9a21b18aede4f7afc65bde279afabc60abf97fa5069dd1') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/967907870370178ae1e540c00b4a9120c4643154 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/967907870370178ae1e540c00b4a9120c4643154 You're receiving this email because of your account on gitlab.archlinux.org.
