parent
eb538a4f7f
commit
f46283bc9f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ruff'
|
# Template file for 'ruff'
|
||||||
pkgname=ruff
|
pkgname=ruff
|
||||||
version=0.4.8
|
version=0.4.9
|
||||||
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=983d61b9602b800e9118e9e52eeca4f8f2c3697e7d281e230619b39fa21e4c9b
|
checksum=815c5b9b316a4d72dc526c6b4b2421df708556294af514e6fe25ff99722d36e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue