From 3bee522f2a68c6c3b4e6eb3b8fa41e20979cef4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Sat, 26 Oct 2024 11:13:01 +0100 Subject: [PATCH] aws-c-http: update to 0.9.0 --- mingw-w64-aws-c-http/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-aws-c-http/PKGBUILD b/mingw-w64-aws-c-http/PKGBUILD index de61e461ff..f4537469fb 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.8.8 +pkgver=0.9.0 pkgrel=1 pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications (mingw-w64)' arch=('any') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja") source=("https://github.com/awslabs/aws-c-http/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4c3a4a6845653c1b01162968f936c31aea6b25d3a0bdbf050b2342b8b94fcca6') +sha256sums=('ffba3a208e605ed247a130e2986f9d524283faf85f26da3452aac878ecefdfa2') build() { declare -a _extra_config