revive: update to 1.0.3
This commit is contained in:
parent
0e52e496b4
commit
12850214ff
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'revive'
|
# Template file for 'revive'
|
||||||
pkgname=revive
|
pkgname=revive
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mgechev/revive"
|
go_import_path="github.com/mgechev/revive"
|
||||||
hostmakedepends="git"
|
|
||||||
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=1d3b7a171afba55ee5a6cd7c87ebbcb452ec78a6cf0543584fada7d725ffca31
|
checksum=3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc RULES_DESCRIPTIONS.md
|
vdoc RULES_DESCRIPTIONS.md
|
||||||
|
|
Loading…
Reference in New Issue