Updated 1.68.0

This commit is contained in:
Edmund Lodewijks 2026-02-20 21:53:29 +02:00
parent d238d61cf9
commit 115c237d87
No known key found for this signature in database
GPG key ID: 5D0AC5211E8D1C4C
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = aws-lc
pkgdesc = general-purpose cryptographic library maintained by the AWS Cryptography team for AWS
pkgver = 1.67.0
pkgrel = 4
pkgver = 1.68.0
pkgrel = 1
url = https://github.com/aws/aws-lc
arch = x86_64
license = MIT
@ -20,7 +20,7 @@ pkgbase = aws-lc
optdepends = clang: alternative C/C++ compiler
optdepends = llvm: LLVM toolchain utilities (ar, ranlib, etc.) for use with clang
options = !lto
source = aws-lc-1.67.0.tar.gz::https://github.com/aws/aws-lc/archive/refs/tags/v1.67.0.tar.gz
b2sums = 2fc94dca5ff6bd2bd387035270bd65674621bc62b4d33522134c881aa81e59131eeb99f3d3e9a72e74e3bbb03770e5c5f425ec28007b58fd28ecc6219693f60f
source = aws-lc-1.68.0.tar.gz::https://github.com/aws/aws-lc/archive/refs/tags/v1.68.0.tar.gz
b2sums = 9fdb1c2bfc3f87f6bc849d4eb6a82b6628a6aad53db5361dcd9e1209c34edbeafe65195ecf6fcec70ed4ed9360885d0769fb3580d6c9d79b2637c63ce00a0246
pkgname = aws-lc

View file

@ -9,8 +9,8 @@
# specify the library and include paths explicitly during configuration.
pkgname=aws-lc
pkgver=1.67.0
pkgrel=4
pkgver=1.68.0
pkgrel=1
pkgdesc='general-purpose cryptographic library maintained by the AWS Cryptography team for AWS'
url='https://github.com/aws/aws-lc'
license=('MIT' 'ISC' 'Apache-2.0' 'OpenSSL')
@ -34,7 +34,7 @@ optdepends=(
)
arch=('x86_64')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
b2sums=('2fc94dca5ff6bd2bd387035270bd65674621bc62b4d33522134c881aa81e59131eeb99f3d3e9a72e74e3bbb03770e5c5f425ec28007b58fd28ecc6219693f60f')
b2sums=('9fdb1c2bfc3f87f6bc849d4eb6a82b6628a6aad53db5361dcd9e1209c34edbeafe65195ecf6fcec70ed4ed9360885d0769fb3580d6c9d79b2637c63ce00a0246')
options=(!lto)
# Temporary: testing with Clang/LLVM toolchain