ruff: update to 0.12.5.

This commit is contained in:
icp 2025-07-22 22:59:28 +05:30
parent 81ac6b7fcd
commit 788fb381a2

View file

@ -1,6 +1,6 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.12.3 version=0.12.5
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust qemu" build_helper="rust qemu"
@ -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/${version}.tar.gz" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz"
checksum=69995d2d58a2ce8324ea057c02183512ec71eb5c68861e33bdcecc1f38df3700 checksum=8a3d13cc931a73a83d1a4e26ae500d77900fa847c3062a285f4dd1f4b6180dda
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE