Skip to content

Commit

Permalink
python-fastapi: update to 0.114.2
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 14, 2024
1 parent 4fad6da commit 2f1576a
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.114.1
pkgver=0.114.2
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=('069e3abfe801cf467dd6305747e96342b6308c0d9ac85f88926975386bc80411')
sha256sums=('6d54227bb79198b4f4840438bb9550d88ce52221d9c5e83b1087d7491d3f76e5')

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

0 comments on commit 2f1576a

Please sign in to comment.