From 1a3c4c15ae001e3bffe256b628e10729e5485cf9 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 7 Feb 2024 20:53:06 +0530 Subject: [PATCH] ruff: update to 0.2.1. --- srcpkgs/ruff/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template index dbaa8de302c..88c315a39e7 100644 --- a/srcpkgs/ruff/template +++ b/srcpkgs/ruff/template @@ -1,6 +1,6 @@ # Template file for 'ruff' pkgname=ruff -version=0.2.0 +version=0.2.1 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=525e0e34af00725a3c71304cf87623dc2ed280a799a504849bd5ab7c8cf9c15f +checksum=d19f4df87c8d678ea46429fb19bd7952ad1907e84fd2aeb966263f72061a5a14 post_install() { vlicense LICENSE