revive: update to 1.0.5.
This commit is contained in:
parent
602b598337
commit
4f1400ec89
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'revive'
|
||||
pkgname=revive
|
||||
version=1.0.3
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/mgechev/revive"
|
||||
|
@ -9,7 +9,11 @@ maintainer="Paper <paper@tilde.institute>"
|
|||
license="MIT"
|
||||
homepage="https://revive.run/"
|
||||
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
|
||||
checksum=3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936
|
||||
checksum=9569e25a889dc546bead5ee8616002799ae13fd50860f51388ad2e3d3e55ceaa
|
||||
|
||||
do_check() {
|
||||
go test -v ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc RULES_DESCRIPTIONS.md
|
||||
|
|
Loading…
Reference in a new issue