revive: update to 1.1.1.
This commit is contained in:
parent
38a20bf4a4
commit
55e3f9c845
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'revive'
|
# Template file for 'revive'
|
||||||
pkgname=revive
|
pkgname=revive
|
||||||
version=1.0.9
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_ldflags="-X main.version=$version -X main.builtBy=xbps"
|
go_ldflags="-X main.version=$version -X main.builtBy=xbps"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Roberto Ricci <ricci@disroot.org>"
|
||||||
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=5b80b65ca5a76b1d52e66eff5f2f217f11a3f7ec137deeb2314986b45dfcada9
|
checksum=4ca423be81a92a32cc9b550d46bc6cc947ce9b938ee2827a094e6582ed162fc6
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue