Skip to content

Commit

Permalink
python-fastapi: update to 0.115.3
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Oct 23, 2024
1 parent ba55416 commit f5765c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-fastapi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=fastapi
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.115.2
pkgver=0.115.3
pkgrel=1
pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production (mingw-w64)'
arch=('any')
Expand All @@ -30,7 +30,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=('516c2b408291adbfdb3cb4053c8faf706511250831ec22d465cb2841b41c8471')
sha256sums=('8f8e57630a90425de52a9b8cfa4af5f1ba21efd5e7c73bfd46291ebc551e80f3')

prepare() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"
Expand Down

0 comments on commit f5765c1

Please sign in to comment.