revive: update to 1.7.0.

This commit is contained in:
icp 2025-02-18 12:31:25 +05:30 committed by tranzystorekk
parent 3a10acf3f3
commit 7bee14810f

View file

@ -1,6 +1,6 @@
# Template file for 'revive' # Template file for 'revive'
pkgname=revive pkgname=revive
version=1.6.0 version=1.7.0
revision=1 revision=1
build_style=go build_style=go
go_ldflags="-X github.com/mgechev/revive/cli.version=$version" go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://revive.run/" homepage="https://revive.run/"
changelog="https://github.com/mgechev/revive/releases" changelog="https://github.com/mgechev/revive/releases"
distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
checksum=eb732f7efffd8413b512cd89b68036541641ff47c44e75a1532ca17af0db39e3 checksum=2ea41ab2e8e7dd344cc52d002551cb0e640dd24ab569ad273906110cf4134a88
post_install() { post_install() {
vdoc RULES_DESCRIPTIONS.md vdoc RULES_DESCRIPTIONS.md