Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / s2n-tls
Commits: 431b6ba6 by Carl Smedstad at 2024-10-10T07:39:39+02:00 upgpkg: 1.5.5-1: Upstream release https://github.com/aws/s2n-tls/releases/tag/v1.5.5 - - - - - 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.4 + pkgver = 1.5.5 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.4.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.4.tar.gz - sha256sums = fa1fb2aacaefd0a64728f301955a331ec08014db3adbf83c8848db8dc60be532 + source = s2n-tls-1.5.5.tar.gz::https://github.com/aws/s2n-tls/archive/v1.5.5.tar.gz + sha256sums = 6316e1ad2c8ef5807519758bb159d314b9fef31d79ae27bc8f809104b978bb04 pkgname = s2n-tls ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <car...@archlinux.org> pkgname=s2n-tls -pkgver=1.5.4 +pkgver=1.5.5 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=('fa1fb2aacaefd0a64728f301955a331ec08014db3adbf83c8848db8dc60be532') +sha256sums=('6316e1ad2c8ef5807519758bb159d314b9fef31d79ae27bc8f809104b978bb04') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/431b6ba6d676eed69b6868b552ab3561e8b283ae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s2n-tls/-/commit/431b6ba6d676eed69b6868b552ab3561e8b283ae You're receiving this email because of your account on gitlab.archlinux.org.