From c1a91640ca706cf710f47faad0564801e87027b6 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:47 -0500 Subject: [PATCH] syncthing-inotify: rebuild with go-1.10 --- srcpkgs/syncthing-inotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template index 00462410dc8..23f492f5bee 100644 --- a/srcpkgs/syncthing-inotify/template +++ b/srcpkgs/syncthing-inotify/template @@ -1,7 +1,7 @@ # Template file for 'syncthing-inotify' pkgname=syncthing-inotify version=0.8.7 -revision=3 +revision=4 build_style=go go_import_path="github.com/syncthing/syncthing-inotify" go_ldflags="-X main.Version=v${version}"