vale: update to 3.10.0.

This commit is contained in:
icp 2024-11-11 00:53:18 +05:30 committed by Duncan Overbruck
parent 30815a4e04
commit e77ecc69d1

View file

@ -1,18 +1,19 @@
# Template file for 'vale' # Template file for 'vale'
pkgname=vale pkgname=vale
version=3.9.3 version=3.10.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/errata-ai/vale/v3" go_import_path="github.com/errata-ai/vale/v3"
go_package="${go_import_path}/cmd/vale" go_package="${go_import_path}/cmd/vale"
go_ldflags=" -X main.version=${version}" go_ldflags=" -X main.version=${version}"
make_check_args="-skip TestSymlinkFixture"
short_desc="Natural language linter" short_desc="Natural language linter"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://vale.sh" homepage="https://vale.sh"
changelog="https://github.com/errata-ai/vale/releases" changelog="https://github.com/errata-ai/vale/releases"
distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
checksum=5ecf6ea4183e0c976bf5f391e296da833f173956fd6f9f28597f8e63af66e178 checksum=2bce5943e0c885dd1bb520922afcce0e985c39d600ae8cf88579aca219c5f1d0
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE