[arch-commits] Commit in uvicorn/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Apr 26 15:24:59 UTC 2022


    Date: Tuesday, April 26, 2022 @ 15:24:59
  Author: alucryd
Revision: 1190991

upgpkg: uvicorn 0.17.6-1

Modified:
  uvicorn/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 15:12:47 UTC (rev 1190990)
+++ PKGBUILD	2022-04-26 15:24:59 UTC (rev 1190991)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=uvicorn
-pkgver=0.17.0.post1
-pkgrel=2
+pkgver=0.17.6
+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=e659cf5d87c2aaf9ca8863625be436d7694471a4
+_tag=83986d822686739dc033495494ebdc88c4e266e8
 source=("git+$url#tag=${_tag}")
 sha512sums=('SKIP')
 



More information about the arch-commits mailing list