ruff: update to 0.3.2.
This commit is contained in:
parent
abe85e7c1a
commit
08b6fc50ff
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ruff'
|
||||
pkgname=ruff
|
||||
version=0.3.0
|
||||
version=0.3.2
|
||||
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=4b65339c295e30cbe50a9848eae45be2c4771cf4de7b22d9ed6ac016002ceca5
|
||||
checksum=f31d179ddc11297f33a509069f72efdc542350274d490c2be063287ef0290579
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue