ruff: update to 0.2.1.
This commit is contained in:
parent
1b07242e09
commit
1a3c4c15ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue