ruff: update to 0.1.6.

This commit is contained in:
icp 2023-11-18 12:21:19 +05:30 committed by classabbyamp
parent 2d8a51b65d
commit d11884ba93

View file

@ -1,6 +1,6 @@
# Template file for 'ruff' # Template file for 'ruff'
pkgname=ruff pkgname=ruff
version=0.1.5 version=0.1.6
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=97bb544485245ea991084af768db240cbba349cbd55fd89ee6944d4037f33582 checksum=34de15692839885e7096893b6df7828385cf562952636478ca56dd904df5dcbf
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE