From c661d40b57946e206e7897bb6c71b5e05ce5e54c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 18 Oct 2024 22:32:28 -0400 Subject: [PATCH] uv: update to 0.4.24. --- srcpkgs/uv/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 11dd2381441..cc9b73c4d1f 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.4.22 +version=0.4.24 revision=1 build_style=python3-pep517 build_helper="rust qemu" @@ -11,10 +11,8 @@ maintainer="classabbyamp " license="Apache-2.0 OR MIT" homepage="https://github.com/astral-sh/uv" changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md" -distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz" -checksum=1d72ea82b337c767e2ba5c3ffa11cfccdca99321ab1dca3d4c035f8d52d7ad47 -# many tests require old python versions -make_check=no +distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz" +checksum=917be4e4e96ef555e2c739e3b91eac21b7df6f1b45d80e25fe4e50d1249d6846 post_install() { vlicense LICENSE-MIT