mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
golangci-lint: update to 1.22.2
This commit is contained in:
parent
abefea4461
commit
5afccc3765
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'golangci-lint'
|
# Template file for 'golangci-lint'
|
||||||
pkgname=golangci-lint
|
pkgname=golangci-lint
|
||||||
version=1.21.0
|
version=1.22.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||||
short_desc="Linters Runner for Go"
|
short_desc="Linters Runner for Go"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/golangci/golangci-lint"
|
homepage="https://github.com/golangci/golangci-lint"
|
||||||
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
||||||
checksum=2898b6965fd567bba54d5245fc952ddf665314c6a741c27fd7669f9be4ebd377
|
checksum=59d4a025e58840fd83ac811d5d24c4cabefd61195b2b6fb5f5e9a5c8102de2f9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue