ruff: update to 0.3.3.
This commit is contained in:
parent
ccef6fcf11
commit
5c6b5f54fc
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ruff'
|
||||
pkgname=ruff
|
||||
version=0.3.2
|
||||
version=0.3.3
|
||||
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=f31d179ddc11297f33a509069f72efdc542350274d490c2be063287ef0290579
|
||||
checksum=0065193961b1398dfdb43cc196a67f7275cc97a711b994430b62905144116e19
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue