Date: Monday, August 29, 2022 @ 17:43:04 Author: anatolik Revision: 1285490
upgpkg: aws-c-auth 0.6.16-1 Modified: aws-c-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 17:42:42 UTC (rev 1285489) +++ PKGBUILD 2022-08-29 17:43:04 UTC (rev 1285490) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-c-auth -pkgver=0.6.11 +pkgver=0.6.16 pkgrel=1 pkgdesc='C99 library implementation of AWS client-side authentication: standard credentials providers and signing' arch=(x86_64) @@ -10,7 +10,7 @@ depends=(aws-c-common aws-c-http aws-c-sdkutils) makedepends=(cmake) source=(aws-c-auth-$pkgver.zip::https://github.com/awslabs/aws-c-auth/archive/v$pkgver.zip) -sha256sums=('9c2e1904aad2e475a095307a1bb32ccc7bb49cb30552f62064cd717f96b45239') +sha256sums=('6e77ccbfa90615d5f3138fec64111089d55284f93894e38019c2f928be22ee71') build() { cd aws-c-auth-$pkgver
