From 0700b35a800240b4e65d2cf92bd5bae8d12503ae Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sat, 27 Mar 2021 13:07:46 +0100 Subject: [PATCH] revive: update to 1.0.5. --- srcpkgs/revive/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template index 4090942ba42e..faffa9f252da 100644 --- a/srcpkgs/revive/template +++ b/srcpkgs/revive/template @@ -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 " 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