Date: Monday, August 29, 2022 @ 17:23:43 Author: anatolik Revision: 1285451
upgpkg: aws-c-io 0.13.2-1 Modified: aws-c-io/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 17:23:42 UTC (rev 1285450) +++ PKGBUILD 2022-08-29 17:23:43 UTC (rev 1285451) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-c-io -pkgver=0.10.22 +pkgver=0.13.2 pkgrel=1 pkgdesc='AWS SDK module to handle all IO and TLS work for application protocols' arch=(x86_64) @@ -10,7 +10,7 @@ depends=(aws-c-common aws-c-cal s2n-tls) makedepends=(cmake) source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip) -sha256sums=('75b73182ad252b85bf2e177cd228ae76cbd55a8a5acee66b38dbd1735cf1bf8c') +sha256sums=('f3f664f8db82fe38e3613c61126a023ecf013bc11c90bf21c23fe3dc4e2b6d88') build() { cd aws-c-io-$pkgver
