diff --git a/mingw-w64-python-asgiref/PKGBUILD b/mingw-w64-python-asgiref/PKGBUILD index 2d1833326b..9832d9a857 100644 --- a/mingw-w64-python-asgiref/PKGBUILD +++ b/mingw-w64-python-asgiref/PKGBUILD @@ -3,7 +3,7 @@ _realname=asgiref pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.5.2 +pkgver=3.6.0 pkgrel=1 pkgdesc="Reference ASGI adapters and channel layers (mingw-w64)" arch=('any') @@ -17,7 +17,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pytest") options=('staticlibs' 'strip' '!debug') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424') +sha256sums=('9567dfe7bd8d3c8c892227827c41cce860b368104c3431da67a0c5a65a949506') # Helper macros to help make tasks easier # apply_patch_with_msg() {