From 71c802fa2ee8c285c22d6d6e6dea9780f8ec3753 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 21 Mar 2017 02:33:54 +0100 Subject: [PATCH] syncthing: update to 0.14.25. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0ea6769b665..ddf03c2839e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.24 +version=0.14.25 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=6538536d4c1c17dc20e1f1253f7a393ea7cf2f993d27b41e74d98af5963c2fc3 +checksum=ce9a3dcde37bb892d403e2f7f27b8ec6de5680f67bb7e29882a866ed86382592 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go