vale: update to 2.24.0.
This commit is contained in:
parent
5d9a3e09ba
commit
558c133580
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'vale'
|
||||
pkgname=vale
|
||||
version=2.23.3
|
||||
version=2.24.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/errata-ai/vale/v2"
|
||||
go_package="${go_import_path}/cmd/vale"
|
||||
go_ldflags=" -X main.version=${version}"
|
||||
short_desc="Natural language linter"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="MIT"
|
||||
homepage="https://vale.sh"
|
||||
changelog="https://github.com/errata-ai/vale/releases"
|
||||
distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=d1fde826d1339b0b53f15264a82fe7a809d30c63629c898e4bb10f7329405110
|
||||
checksum=42e5744a4cf1a9c79392e2c124ba1c97b1dc27d8b547cbabe71d6151ccfb99a4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue