From fa321163bb24d7a400276c6e3b6ad0e41bd7cd4e Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:36 +0400 Subject: [PATCH] restic: revbump for go 1.21 --- srcpkgs/restic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index e99279b12e3..ec5cc2fc9fb 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,7 +1,7 @@ # Template file for 'restic' pkgname=restic version=0.16.0 -revision=1 +revision=2 build_style=go go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic"