From 363784816ddddd26fde002d60b1b2b04bcde13ed Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 1 Mar 2024 15:47:24 +0530 Subject: [PATCH] ruff: update to 0.3.0. --- srcpkgs/ruff/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template index 0d5546bae5f787..16dd97b4251127 100644 --- a/srcpkgs/ruff/template +++ b/srcpkgs/ruff/template @@ -1,6 +1,6 @@ # Template file for 'ruff' pkgname=ruff -version=0.2.2 +version=0.3.0 revision=1 build_style=python3-pep517 build_helper="rust" @@ -12,7 +12,7 @@ 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=12dd075410eb8c73865048817d851fed617e0d8baa30d06707b8b67ff25e247e +checksum=4b65339c295e30cbe50a9848eae45be2c4771cf4de7b22d9ed6ac016002ceca5 post_install() { vlicense LICENSE