ruff: update to 0.3.2.

This commit is contained in:
icp 2024-03-08 00:02:41 +05:30 committed by cinerea0
parent abe85e7c1a
commit 08b6fc50ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.3.0 version=0.3.2
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust" build_helper="rust"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://docs.astral.sh/ruff/" homepage="https://docs.astral.sh/ruff/"
changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md" 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" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/v${version}.tar.gz"
checksum=4b65339c295e30cbe50a9848eae45be2c4771cf4de7b22d9ed6ac016002ceca5 checksum=f31d179ddc11297f33a509069f72efdc542350274d490c2be063287ef0290579
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE