Date: Monday, January 10, 2022 @ 13:18:38
  Author: alucryd
Revision: 1099083

upgpkg: uvicorn 0.16.0-3

Modified:
  uvicorn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-10 11:35:39 UTC (rev 1099082)
+++ PKGBUILD    2022-01-10 13:18:38 UTC (rev 1099083)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=uvicorn
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=3
 pkgdesc='The lightning-fast ASGI server'
 arch=('any')
@@ -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=a6dff714f03d4b2434fa2ca6d800d2f42d8477ef
+_tag=65ec8d132c37a8338a2f495fa1be9f14bd4368d9
 source=("git+$url#tag=${_tag}")
 sha512sums=('SKIP')
 

Reply via email to