Date: Tuesday, October 18, 2022 @ 17:08:09 Author: anatolik Revision: 1332722
upgpkg: aws-c-auth 0.6.17-1 Modified: aws-c-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-18 17:07:15 UTC (rev 1332721) +++ PKGBUILD 2022-10-18 17:08:09 UTC (rev 1332722) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-c-auth -pkgver=0.6.16 +pkgver=0.6.17 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=('6e77ccbfa90615d5f3138fec64111089d55284f93894e38019c2f928be22ee71') +sha256sums=('07696802fb7b158b76e3e5b778a754ce979589ef2487b84d9140735895de577f') build() { cd aws-c-auth-$pkgver
