Date: Wednesday, November 23, 2022 @ 15:44:44 Author: alucryd Revision: 1352054
upgpkg: uvicorn 0.20.0-1 Modified: uvicorn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-23 15:44:25 UTC (rev 1352053) +++ PKGBUILD 2022-11-23 15:44:44 UTC (rev 1352054) @@ -2,7 +2,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=uvicorn -pkgver=0.19.0 +pkgver=0.20.0 pkgrel=1 pkgdesc='The lightning-fast ASGI server' arch=(any) @@ -23,7 +23,7 @@ python-hatchling python-installer ) -_tag=b06cc6376dfc566637a79607d5755d9519b3d6c6 +_tag=448be75222093041561d136f9f2f5577d6e361ee source=(git+https://github.com/encode/uvicorn#tag=${_tag}) b2sums=(SKIP)
