Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/python3-uvicorn/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-uvicorn'
pkgname=python3-uvicorn
version=0.51.0
version=0.52.4
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
Expand All @@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="https://uvicorn.dev/"
changelog="https://raw.githubusercontent.com/Kludex/uvicorn/refs/heads/main/docs/release-notes.md"
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
checksum=f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0
checksum=73acfee47a0b133c5de13d219492d62d8a31e935f4fe6e41a232451a15379f86

post_install() {
vlicense LICENSE.md
Expand Down