revive: update to 1.3.9.

Adopt.

Closes: #51872 [via git-merge-pr]
This commit is contained in:
icp 2024-08-10 11:27:29 +05:30 committed by classabbyamp
parent 10489fdba6
commit efde9f20ee
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'revive'
pkgname=revive
version=1.3.7
version=1.3.9
revision=1
build_style=go
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
go_import_path="github.com/mgechev/revive"
short_desc="Drop-in replacement for golint"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
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=b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747
checksum=a9373b4a2cd480d5383831b6927bc701f9ca1d02c5dc3e7c3f34d4bb189167cb
do_check() {
go test -v ./...