mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
vale: update to 2.6.7
This commit is contained in:
parent
6a4ccca71e
commit
9df80e5cf1
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'vale'
|
# Template file for 'vale'
|
||||||
pkgname=vale
|
pkgname=vale
|
||||||
version=2.4.3
|
version=2.6.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/errata-ai/vale"
|
go_import_path="github.com/errata-ai/vale/v2"
|
||||||
|
go_ldflags=" -X main.version=${version}"
|
||||||
short_desc="Natural language linter"
|
short_desc="Natural language linter"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://docs.errata.ai/vale/about/"
|
homepage="https://docs.errata.ai/vale/about/"
|
||||||
distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
|
distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
|
||||||
checksum=da6fa9224a6bec21dcea29d2b9b346d00c133c4864ea44c07ea222289ab98e70
|
checksum=21a43c7122932d0914bd023ae412432aed3e0112473bf809b542dba3986ee4bd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue