From 158861eb5fbf7658cf66ab2710d562675e9075bc Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 24 Sep 2023 00:48:04 +0530 Subject: [PATCH] revive: update to 1.3.4. --- srcpkgs/revive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template index 1b8b8b36bfcaef..a99796d2fb5d7b 100644 --- a/srcpkgs/revive/template +++ b/srcpkgs/revive/template @@ -1,7 +1,7 @@ # Template file for 'revive' pkgname=revive -version=1.3.2 -revision=2 +version=1.3.4 +revision=1 build_style=go go_ldflags="-X github.com/mgechev/revive/cli.version=$version" go_import_path="github.com/mgechev/revive" @@ -11,7 +11,7 @@ license="MIT" homepage="https://revive.run/" changelog="https://github.com/mgechev/revive/releases" distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz" -checksum=3abccf0a2f2d9f257afbcfb48d96668ebb5fb360d2b460f9c1f166a9711ddeaa +checksum=78a5a5a416d9d6fb2111e978da59b6347516453d60d84ba7914bb1f839b00fe2 do_check() { go test -v ./...