From 2801abaace3955fd56fa207b635503f5d2b3edfc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:54 +0000 Subject: [PATCH] restic: rebuild with go-1.10.2 --- srcpkgs/restic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index c8692dbc233..d6480de0cba 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,7 +1,7 @@ # Template file for 'restic' pkgname=restic version=0.8.3 -revision=2 +revision=3 build_style=go go_import_path="github.com/restic/restic" go_package="${go_import_path}/cmd/restic"