diff --git a/mingw-w64-python-fastapi/PKGBUILD b/mingw-w64-python-fastapi/PKGBUILD index a4cd0742e1..39ef8a3bfa 100644 --- a/mingw-w64-python-fastapi/PKGBUILD +++ b/mingw-w64-python-fastapi/PKGBUILD @@ -3,7 +3,7 @@ _realname=fastapi pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.100.1 +pkgver=0.101.0 pkgrel=1 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production (mingw-w64)' arch=('any') @@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-email-validator: for email validatio "${MINGW_PACKAGE_PREFIX}-python-websockets: for WebSockets support" "${MINGW_PACKAGE_PREFIX}-uvicorn: for Uvicorn as ASGI server") source=("${_realname}-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('e151e589c6b75a4b46368090e666021349a8f5182069b1d16bfa199973e39453') +sha256sums=('3283a01a6c575a61b2e22ba3d06e5307e5d0bec21b2021c2f0991dceeac15641') prepare() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"