From fdac148b1b79be6c1b45f16ab96dfb7d4bfc4a3c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:57 -0700 Subject: [PATCH] restic: rebuild for go 1.11 --- srcpkgs/restic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index 2141ff1c866..1b093a255d3 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,7 +1,7 @@ # Template file for 'restic' pkgname=restic version=0.9.2 -revision=1 +revision=2 build_style=go go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic"