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.42.0
version=0.44.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
Expand All @@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="https://www.uvicorn.org/"
changelog="https://raw.githubusercontent.com/encode/uvicorn/refs/heads/master/docs/release-notes.md"
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
checksum=9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775
checksum=6c942071b68f07e178264b9152f1f16dfac5da85880c4ce06366a96d70d4f31e

post_install() {
vlicense LICENSE.md
Expand Down