revive: update to 1.2.4.

This commit is contained in:
Roberto Ricci 2022-10-08 00:18:49 +02:00 committed by classabbyamp
parent 8fa2a44f5d
commit e03619282a
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'revive'
pkgname=revive
version=1.2.3
version=1.2.4
revision=1
build_style=go
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
@ -9,8 +9,9 @@ short_desc="Drop-in replacement for golint"
maintainer="Roberto Ricci <ricci@disroot.org>"
license="MIT"
homepage="https://revive.run/"
changelog="https://github.com/mgechev/revive/releases"
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
checksum=9a5135ba4b689adf069b964cceda7992eb94c7a514af6694dd60bf602f187165
checksum=bf2439a1a487274b7e37f84394dab87c2418e5396baffd501eb8543889564a2c
do_check() {
go test -v ./...