Date: Thursday, January 6, 2022 @ 00:43:38 Author: anatolik Revision: 1093952
upgpkg: aws-c-common 0.6.19-1 Modified: aws-c-common/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-06 00:42:59 UTC (rev 1093951) +++ PKGBUILD 2022-01-06 00:43:38 UTC (rev 1093952) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-c-common -pkgver=0.6.15 +pkgver=0.6.19 pkgrel=1 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.' arch=(x86_64) @@ -10,7 +10,7 @@ depends=(glibc) makedepends=(cmake) source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip) -sha256sums=('d9251302c54850c47c953b6de7e1422d7e5a54bc2268e22e07285beac62f1e22') +sha256sums=('dda02e66afcc0a8239ef7cc5718de76805d7c3e38af041d8b1a208aff1ed716d') build() { cd aws-c-common-$pkgver
