From 9739008d43d817b0cbe9b5e72be2eb7775fa533d Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:55 +0400 Subject: [PATCH] vmdfmt: revbump for go 1.21 --- srcpkgs/vmdfmt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vmdfmt/template b/srcpkgs/vmdfmt/template index 2d5353a5d39..07b8aa706bf 100644 --- a/srcpkgs/vmdfmt/template +++ b/srcpkgs/vmdfmt/template @@ -1,7 +1,7 @@ # Template file for 'vmdfmt' pkgname=vmdfmt version=0.1.0 -revision=2 +revision=3 build_style=go go_import_path="github.com/bobertlo/vmd" go_package="github.com/bobertlo/vmd/cmd/vmdfmt"