revive: update to 1.0.6.
This commit is contained in:
parent
23ed1979b0
commit
66871099ee
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'revive'
|
# Template file for 'revive'
|
||||||
pkgname=revive
|
pkgname=revive
|
||||||
version=1.0.5
|
version=1.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_ldflags="-X main.version=$version -X main.builtBy=xbps"
|
||||||
go_import_path="github.com/mgechev/revive"
|
go_import_path="github.com/mgechev/revive"
|
||||||
short_desc="Drop-in replacement for golint"
|
short_desc="Drop-in replacement for golint"
|
||||||
maintainer="Paper <paper@tilde.institute>"
|
maintainer="Paper <paper@tilde.institute>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://revive.run/"
|
homepage="https://revive.run/"
|
||||||
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
|
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
|
||||||
checksum=9569e25a889dc546bead5ee8616002799ae13fd50860f51388ad2e3d3e55ceaa
|
checksum=6b504886cf3577329beb7a593b8037601350eed011d64da269ad476f6bfdb35b
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue