From 1576efa6360b905b2d972bbcd4d9c00c2c5e84b6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 3 Jul 2016 15:38:48 +0200 Subject: [PATCH] syncthing: update to 0.13.10. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 078693bf4f..fdf94a9390 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.9 +version=0.13.10 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=1b0a00ddbcbc88d8310741a2b0853266fe1980c427aa415ed6faa9f03dd52912 +checksum=a86c7948afabc6e7b07f217d5200fb1e36cde5bb13373d99cc67d5dc991ce3be pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go