Date: Monday, August 23, 2021 @ 07:23:52 Author: alucryd Revision: 1004258
upgpkg: uvicorn 0.15.0-1 Modified: uvicorn/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-23 07:22:48 UTC (rev 1004257) +++ PKGBUILD 2021-08-23 07:23:52 UTC (rev 1004258) @@ -2,8 +2,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=uvicorn -pkgver=0.14.0 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc='The lightning-fast ASGI server' arch=('any') url='https://github.com/encode/uvicorn' @@ -11,7 +11,7 @@ depends=('python' 'python-asgiref' 'python-click' 'python-h11' 'python-websockets' 'python-httptools' 'python-uvloop') optdepends=('python-watchgod: watchgod reload') makedepends=('git' 'python-setuptools') -_tag=87da6cf4082cd28306bdb78d7d42552d131cc179 +_tag=a6dff714f03d4b2434fa2ca6d800d2f42d8477ef source=("git+$url#tag=${_tag}") sha512sums=('SKIP')
