Skip to content

Commit

Permalink
python-fastapi: update to 0.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 9, 2024
1 parent 3379991 commit 5641bca
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.113.0
pkgver=0.114.0
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=('2f299354ca78ef9753307c78a777498a20c616aaa7860f0df4d4aa0cb8a72170')
sha256sums=('94c82b177afa006aaa10d3957e72af5c499a0addd314151729cb0e7ba2527173')

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

0 comments on commit 5641bca

Please sign in to comment.