Date: Tuesday, October 18, 2022 @ 17:30:30 Author: anatolik Revision: 1332732
upgpkg: aws-crt-cpp 0.18.8-1 Modified: aws-crt-cpp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-18 17:27:43 UTC (rev 1332731) +++ PKGBUILD 2022-10-18 17:30:30 UTC (rev 1332732) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-crt-cpp -pkgver=0.18.3 +pkgver=0.18.8 pkgrel=1 pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.' arch=(x86_64) @@ -10,7 +10,7 @@ depends=(gcc-libs aws-c-common aws-c-http aws-c-mqtt aws-c-auth aws-c-s3 aws-c-event-stream) makedepends=(cmake) source=(aws-crt-cpp-$pkgver.zip::https://github.com/awslabs/aws-crt-cpp/archive/v$pkgver.zip) -sha256sums=('f05996ce08b2102d17f609595424f9e806c882b405821981b713b2840f14f635') +sha256sums=('3f1d411cae689f602e446c0152f381aa37de730fedfbb03791d85e2c5d124266') build() { cd aws-crt-cpp-$pkgver
