[arch-commits] Commit in uvicorn/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jan 17 07:58:03 UTC 2022
Date: Monday, January 17, 2022 @ 07:58:03
Author: alucryd
Revision: 1107415
upgpkg: uvicorn 0.17.0-1
Modified:
uvicorn/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-17 07:52:21 UTC (rev 1107414)
+++ PKGBUILD 2022-01-17 07:58:03 UTC (rev 1107415)
@@ -2,8 +2,8 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=uvicorn
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.17.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=65ec8d132c37a8338a2f495fa1be9f14bd4368d9
+_tag=59eeae66e926a7c6c1b6fd1a6d8fbe31719ab1c3
source=("git+$url#tag=${_tag}")
sha512sums=('SKIP')
More information about the arch-commits
mailing list