revive: update to 1.3.4.

This commit is contained in:
icp 2023-09-24 00:48:04 +05:30 committed by Emi Vasilek
parent f479ed6f53
commit 7b930b159f
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'revive'
pkgname=revive
version=1.3.2
revision=2
version=1.3.4
revision=1
build_style=go
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
go_import_path="github.com/mgechev/revive"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://revive.run/"
changelog="https://github.com/mgechev/revive/releases"
distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
checksum=3abccf0a2f2d9f257afbcfb48d96668ebb5fb360d2b460f9c1f166a9711ddeaa
checksum=78a5a5a416d9d6fb2111e978da59b6347516453d60d84ba7914bb1f839b00fe2
do_check() {
go test -v ./...