Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / s2n-tls
Commits: a375980a by Carl Smedstad at 2024-11-02T20:04:48+01:00 upgpkg: 1.5.7-1: Upstream release https://github.com/aws/s2n-tls/releases/tag/v1.5.7 - - - - - 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.6 + pkgver = 1.5.7 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.6.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.6.tar.gz - sha256sums = 85602d0ad672cb233052504624dec23b47fc6d324bb82bd6eaff13b8f652dec3 + source = s2n-tls-1.5.7.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.7.tar.gz + sha256sums = c30b97c8bcccc0557331dd1a043010a70984c9cff11b0bbd769651db68f8b91d pkgname = s2n-tls ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=s2n-tls -pkgver=1.5.6 +pkgver=1.5.7 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=('85602d0ad672cb233052504624dec23b47fc6d324bb82bd6eaff13b8f652dec3') +sha256sums=('c30b97c8bcccc0557331dd1a043010a70984c9cff11b0bbd769651db68f8b91d') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/a375980a096a9e75c07d5a0c64763fa3a769208e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/a375980a096a9e75c07d5a0c64763fa3a769208e You're receiving this email because of your account on gitlab.archlinux.org.
