revive: update to 1.0.8.
This commit is contained in:
parent
db2333c4e8
commit
26442def5a
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'revive'
|
||||
pkgname=revive
|
||||
version=1.0.7
|
||||
version=1.0.8
|
||||
revision=1
|
||||
build_style=go
|
||||
go_ldflags="-X main.version=$version -X main.builtBy=xbps"
|
||||
go_import_path="github.com/mgechev/revive"
|
||||
short_desc="Drop-in replacement for golint"
|
||||
maintainer="Paper <paper@tilde.institute>"
|
||||
maintainer="Roberto Ricci <ricci@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://revive.run/"
|
||||
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
|
||||
checksum=281d2ae19edd2b285ad2489a1e6acb7b1f5c713964a6027a5d2d23d376ed0613
|
||||
checksum=d9f1345cfcbcba7198cf3854d6347cdfbf8d19c8899b832607fd169945523890
|
||||
|
||||
do_check() {
|
||||
go test -v ./...
|
||||
|
|
Loading…
Reference in New Issue