From ac53fb9f56680e2b005e1f47b8cc98b40f1ed04c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 26 Jun 2016 22:48:57 +0200 Subject: [PATCH] syncthing: update to 0.13.9. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d18f3236377..078693bf4f1 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.7 +version=0.13.9 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=c487a489504e48bc7a94f25322da5485c23b3a8e3df2832b2454556ab86552c8 +checksum=1b0a00ddbcbc88d8310741a2b0853266fe1980c427aa415ed6faa9f03dd52912 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go