From ab2e5d94882c440c0cecf9dfb3ca1d6f52b582ab Mon Sep 17 00:00:00 2001 From: Zyrtula Date: Sat, 29 Jun 2024 01:14:00 +0200 Subject: [PATCH] ruff: update to 0.5.0. --- srcpkgs/ruff/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template index 4ea19f7b9b3f82..6971dd77f6733f 100644 --- a/srcpkgs/ruff/template +++ b/srcpkgs/ruff/template @@ -1,6 +1,6 @@ # Template file for 'ruff' pkgname=ruff -version=0.4.9 +version=0.5.0 revision=1 build_style=python3-pep517 build_helper="rust" @@ -11,8 +11,8 @@ maintainer="icp " license="MIT" homepage="https://docs.astral.sh/ruff/" changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md" -distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/v${version}.tar.gz" -checksum=815c5b9b316a4d72dc526c6b4b2421df708556294af514e6fe25ff99722d36e3 +distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz" +checksum=d82f44f45fc310345cb7d4ce3fc5c9a39556515062002804bb4ae9f6e191c2b2 post_install() { vlicense LICENSE