revive: update to 1.10.0.

This commit is contained in:
icp 2025-03-31 12:50:22 +05:30 committed by tranzystorekk
parent 11e6ff5e6d
commit 30f5df985a

View file

@ -1,6 +1,6 @@
# Template file for 'revive' # Template file for 'revive'
pkgname=revive pkgname=revive
version=1.7.0 version=1.10.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=2ea41ab2e8e7dd344cc52d002551cb0e640dd24ab569ad273906110cf4134a88 checksum=c7f8165cef5e9270b198b2fea4166641b3b824588eebdd600e25df1b50489a9c
post_install() { post_install() {
vdoc RULES_DESCRIPTIONS.md vdoc RULES_DESCRIPTIONS.md