* update uvicorn to 0.34.0-1
This commit is contained in:
parent
c1f08c2d4d
commit
daa7948a09
@ -1,7 +1,7 @@
|
||||
pkgbase = uvicorn
|
||||
pkgdesc = The lightning-fast ASGI server
|
||||
pkgver = 0.31.0
|
||||
pkgrel = 2
|
||||
pkgver = 0.34.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/encode/uvicorn
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
@ -16,7 +16,7 @@ pkgbase = uvicorn
|
||||
depends = python-httptools
|
||||
depends = python-uvloop
|
||||
depends = python-websockets
|
||||
source = git+https://github.com/encode/uvicorn#tag=a50753268a9033dcdc57d6dee45f3829cdedf8f0
|
||||
b2sums = 42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2
|
||||
source = git+https://github.com/encode/uvicorn#tag=7983c1ae9c2276b94cd85217f7aa58bb248847c4
|
||||
b2sums = e419e2d1fd556c62c20823650f68f5ae89006bf882a074743f8512ac68198fff0df1476a46d3a5c6e98052219911c0c9ecfa6cb985f0543847f36d77ddee8e5b
|
||||
|
||||
pkgname = uvicorn
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
|
||||
pkgname=uvicorn
|
||||
pkgver=0.31.0
|
||||
pkgrel=2
|
||||
pkgver=0.34.0
|
||||
pkgrel=1
|
||||
pkgdesc='The lightning-fast ASGI server'
|
||||
arch=(any)
|
||||
url=https://github.com/encode/uvicorn
|
||||
@ -24,9 +24,9 @@ makedepends=(
|
||||
python-hatchling
|
||||
python-installer
|
||||
)
|
||||
_tag=a50753268a9033dcdc57d6dee45f3829cdedf8f0
|
||||
_tag=7983c1ae9c2276b94cd85217f7aa58bb248847c4
|
||||
source=(git+https://github.com/encode/uvicorn#tag=${_tag})
|
||||
b2sums=('42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2')
|
||||
b2sums=('e419e2d1fd556c62c20823650f68f5ae89006bf882a074743f8512ac68198fff0df1476a46d3a5c6e98052219911c0c9ecfa6cb985f0543847f36d77ddee8e5b')
|
||||
|
||||
pkgver() {
|
||||
cd uvicorn
|
||||
|
Loading…
x
Reference in New Issue
Block a user