mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
vale: update to 3.10.0.
This commit is contained in:
parent
30815a4e04
commit
e77ecc69d1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue