From 66fe56a29c63370b55c47d455f53eee4b836750f Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:05:00 -0700 Subject: [PATCH] syncthing-inotify: rebuild for go 1.11 --- 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 f2c84df06db..ed4c71c2f65 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=6 +revision=7 build_style=go go_import_path="github.com/syncthing/syncthing-inotify" go_ldflags="-X main.Version=v${version}"