diff --git a/mingw-w64-aws-c-http/PKGBUILD b/mingw-w64-aws-c-http/PKGBUILD index 1af7f9b485..09a62fa9c6 100644 --- a/mingw-w64-aws-c-http/PKGBUILD +++ b/mingw-w64-aws-c-http/PKGBUILD @@ -3,7 +3,7 @@ _realname=aws-c-http pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.7.1 +pkgver=0.7.3 pkgrel=1 pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications (mingw-w64)' arch=('any') @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja") source=("${_realname}-${pkgver}.tar.gz::https://github.com/awslabs/aws-c-http/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('ec2623d6cf9fa4f3513a05edaefc6995ce607b39671ab4d62d6a7afa5c639f93') +sha256sums=('07e16c6bf5eba6f0dea96b6f55eae312a7c95b736f4d2e4a210000f45d8265ae') build() { declare -a _extra_config